Test Failed
Push — master ( f50264...02e3d1 )
by Vladimir
05:15
created
src/Check/CheckPluginFinderPath.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     public function getPathes()
40 40
     {
41 41
         return array_map(
42
-            function ($i) {
42
+            function($i) {
43 43
                 return sprintf('%s%s%s', $this->basePath, \DIRECTORY_SEPARATOR, $i);
44 44
             },
45 45
             $this->paths);
Please login to merge, or discard this patch.