Completed
Push — master ( 20d5c2...6a5c02 )
by Matthias
02:13
created
src/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         $files = glob(__DIR__.'/Providers/*.php');
36 36
 
37 37
         // since we're PSR-4, just stripping .php from the filename = classnames
38
-        return array_map(function ($file) {
38
+        return array_map(function($file) {
39 39
             return basename($file, '.php');
40 40
         }, $files);
41 41
     }
Please login to merge, or discard this patch.