Passed
Push — main ( 6c9a60...f17c77 )
by Sebastian
13:38
created
src/Runner/Config/Reader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     {
64 64
         $arg = new Arg(
65 65
             $hook,
66
-            static function (string $hook): bool {
66
+            static function(string $hook): bool {
67 67
                 return !HookUtil::isValid($hook);
68 68
             }
69 69
         );
Please login to merge, or discard this patch.
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.