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