Completed
Push — master ( 224aab...64137b )
by Jefersson
03:13
created
src/Helper/FileResolve.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     public function __invoke()
57 57
     {
58 58
         return array_map(
59
-            function ($directoryOrFile) {
59
+            function($directoryOrFile) {
60 60
                 return Finder::create()
61 61
                     ->files()
62 62
                     ->in($this->getDirectory($directoryOrFile))
Please login to merge, or discard this patch.