Passed
Push — master ( 79a62c...33662e )
by Sebastian
01:59
created
src/Runner/Installer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
         // callback to write bool true to all array entries
176 176
         // to make sure the user will be asked to confirm every hook installation
177 177
         // unless the user provided the force or skip option
178
-        $callback = function () {
178
+        $callback = function() {
179 179
             return true;
180 180
         };
181 181
         // if a specific hook is set the user chose it so don't ask for permission anymore
Please login to merge, or discard this patch.