Passed
Push — main ( 222c14...83f636 )
by Sebastian
10:37 queued 06:56
created
src/Runner/Files.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     {
85 85
         $arg = new Arg(
86 86
             $hook,
87
-            static function (string $hook): bool {
87
+            static function(string $hook): bool {
88 88
                 return !HookUtil::isInstallable($hook);
89 89
             }
90 90
         );
Please login to merge, or discard this patch.