Skip to content

Commit b0db9d4

Browse files
committed
add php -l pre-commit
1 parent 1c4244f commit b0db9d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ repos:
4646
language: system
4747
files: \.php$
4848
args: [--standard=PSR2, --colors]
49+
- id: php-l
50+
name: PHP -l
51+
entry: php
52+
language: system
53+
files: \.php$
54+
args: [-l]

0 commit comments

Comments
 (0)