Skip to content

Commit 24cbbb1

Browse files
committed
Pint
1 parent 95a3a48 commit 24cbbb1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Console/Commands/RegisterHooks.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class RegisterHooks extends Command
2626
*
2727
* @param GitHooks $gitHooks
2828
* @return void
29+
*
2930
* @throws \Exception
3031
*/
3132
public function handle(GitHooks $gitHooks)

src/GitHooks.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function getAvailableHooks()
4141
*
4242
* @param string $hookName
4343
* @return void
44+
*
4445
* @throws Exception
4546
*/
4647
public function install($hookName)

0 commit comments

Comments
 (0)