Completed
Push — master ( 90c255...29f0bf )
by Alex
30s queued 11s
created
src/Providers/MetadataBaseProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     protected function checkClassMap($classMap)
59 59
     {
60 60
         if (!isset($classMap[__CLASS__])) {
61
-            throw new \Exception(sprintf('%s was not found in autoload class map, this usually indicates you '.
61
+            throw new \Exception(sprintf('%s was not found in autoload class map, this usually indicates you ' .
62 62
             'need to dump an opimized autoloader (`composer dump-autoload -o`)', __CLASS__));
63 63
         }
64 64
     }
Please login to merge, or discard this patch.