Skip to content

Commit b312f61

Browse files
committed
set indent_size 4 in phpunit-watcher.yml
1 parent f7610f8 commit b312f61

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

phpunit-watcher.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
hideManual: true
22
watch:
3-
directories:
4-
- tests
5-
- flight
6-
fileMask: '*.php'
3+
directories:
4+
- tests
5+
- flight
6+
fileMask: '*.php'
77
notifications:
8-
passingTests: false
9-
failingTests: false
8+
passingTests: false
9+
failingTests: false
1010
phpunit:
11-
binaryPath: ./vendor/bin/phpunit
12-
arguments: '--stop-on-failure'
13-
timeout: 180
11+
binaryPath: ./vendor/bin/phpunit
12+
arguments: '--stop-on-failure'
13+
timeout: 180

0 commit comments

Comments
 (0)