Passed
Pull Request — master (#213)
by Christopher
05:55
created
src/Providers/MetadataBaseProvider.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,9 @@
 block discarded – undo
55 55
         return array_keys($classes);
56 56
     }
57 57
 
58
-    protected function checkClassMap($classMap){
59
-        if(!isset($classMap[__CLASS__])){
58
+    protected function checkClassMap($classMap)
59
+    {
60
+        if(!isset($classMap[__CLASS__])) {
60 61
             throw new \Exception(sprintf('%s was not found in autoload class map, this usually indicates you '.
61 62
             'need to dump an opimized autoloader (`composer dump-autoload -o`)',__CLASS__));
62 63
         }
Please login to merge, or discard this patch.