Explorar o código

Improved legibility of error (#4381)

Daniel González %!s(int64=8) %!d(string=hai) anos
pai
achega
8e48a206a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Admin/Pool.php

+ 1 - 1
Admin/Pool.php

@@ -195,7 +195,7 @@ class Pool
             throw new \RuntimeException(sprintf(
             throw new \RuntimeException(sprintf(
                 'Unable to find a valid admin for the class: %s, there are too many registered: %s',
                 'Unable to find a valid admin for the class: %s, there are too many registered: %s',
                 $class,
                 $class,
-                implode(',', $this->adminClasses[$class])
+                implode(', ', $this->adminClasses[$class])
             ));
             ));
         }
         }