Skip to content

Commit 2063f28

Browse files
authored
Updated phplint.md
Added the composer dependency to the docs.
1 parent 5df0914 commit 2063f28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/tasks/phplint.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
The PHPLint task will check your source files for syntax errors.
44

5+
***Composer***
6+
7+
```
8+
composer require --dev jakub-onderka/php-parallel-lint
9+
```
10+
11+
***Config***
12+
513
```yaml
614
# grumphp.yml
715
parameters:

0 commit comments

Comments
 (0)