Skip to content

Commit 17aa0c9

Browse files
Remove phpdepend from .gitignore
Fixes issue #296
1 parent 87b79d6 commit 17aa0c9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ tools/box
1616
tools/phpcs
1717
tools/phpunit
1818
tools/phpstan
19-
tools/phpdepend
2019

2120
# Ignore composer libs
2221
/vendor/

captainhook.json.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"run-mode": "local",
99
"plugins": [
1010
{
11-
"plugin": "\\CaptainHook\\App\\Plugin\\Runner\\PreserveWorkingTree",
11+
"plugin": "\\CaptainHook\\App\\Plugin\\Hook\\PreserveWorkingTree",
1212
"options": []
1313
}
1414
]

0 commit comments

Comments
 (0)