Passed
Push — master ( 2f29df...73fd77 )
by Sebastian
02:25
created
src/Runner/Installer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
         // callback to write bool true to all array entries
106 106
         // to make sure the user will be asked to confirm every hook installation
107 107
         // unless the user provided the force option
108
-        $callback = function () {
108
+        $callback = function() {
109 109
             return true;
110 110
         };
111 111
         // 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.