We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a3a48 commit 24cbbb1Copy full SHA for 24cbbb1
src/Console/Commands/RegisterHooks.php
@@ -26,6 +26,7 @@ class RegisterHooks extends Command
26
*
27
* @param GitHooks $gitHooks
28
* @return void
29
+ *
30
* @throws \Exception
31
*/
32
public function handle(GitHooks $gitHooks)
src/GitHooks.php
@@ -41,6 +41,7 @@ public function getAvailableHooks()
41
42
* @param string $hookName
43
44
45
* @throws Exception
46
47
public function install($hookName)
0 commit comments