Passed
Push — master ( 398022...68471d )
by Caen
03:45 queued 13s
created
packages/framework/src/Framework/Services/BuildTaskService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
     /** @return array<class-string<\Hyde\Framework\Features\BuildTasks\PreBuildTask>|class-string<\Hyde\Framework\Features\BuildTasks\PostBuildTask>> */
113 113
     protected function findTasksInAppDirectory(): array
114 114
     {
115
-        return Filesystem::smartGlob('app/Actions/*BuildTask.php')->map(function (string $file): string {
115
+        return Filesystem::smartGlob('app/Actions/*BuildTask.php')->map(function(string $file): string {
116 116
             return static::pathToClassName($file);
117 117
         })->toArray();
118 118
     }
Please login to merge, or discard this patch.