@@ -175,7 +175,7 @@ |
||
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 |