Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit b5063fa

Browse files
committed
Updated README
1 parent fba3c1b commit b5063fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP Parallel Lint
22
=================
33

4-
This tool check syntax of PHP files about 20x faster then serial check.
4+
This tool check syntax of PHP files faster then serial check with fancier output.
55

66
Running parallel jobs in PHP inspired by Nette framework tests.
77

@@ -39,6 +39,11 @@ Parse error: ./error.php:40
3939
Unexpected T_OBJECT_OPERATOR (->), expecting T_STRING or T_VARIABLE or '{' or '$'
4040
```
4141

42+
Recommended setting for usage with Symfony framework
43+
--------------
44+
```
45+
$ ./bin/parallel-lint --exclude .git --exclude app --exclude vendor .
46+
```
4247

4348
Using in ANT
4449
------------

0 commit comments

Comments
 (0)