|
4 | 4 | [](https://github.com/php-parallel-lint/PHP-Parallel-Lint/actions/workflows/test.yml)
|
5 | 5 | [](https://packagist.org/packages/php-parallel-lint/php-parallel-lint)
|
6 | 6 |
|
7 |
| -This application checks syntax of PHP files in parallel. |
| 7 | +This application checks the syntax of PHP files in parallel. |
8 | 8 | It can output in plain text, colored text, json and checksyntax formats.
|
9 | 9 | Additionally `blame` can be used to show commits that introduced the breakage.
|
10 | 10 |
|
@@ -72,7 +72,7 @@ It is strongly recommended for existing users of the (unmaintained)
|
72 | 72 | - `-a`, `--asp` Set asp_tags to On (default: Off).
|
73 | 73 | - `-e <ext>` Check only files with selected extensions separated by comma. (default: php,php3,php4,php5,phtml,phpt)
|
74 | 74 | - `-j <num>` Run <num> jobs in parallel (default: 10).
|
75 |
| -- `--exclude` Exclude a file or directory. If you want exclude multiple items, use multiple exclude parameters. |
| 75 | +- `--exclude` Exclude a file or directory. If you want to exclude multiple items, use multiple exclude parameters. |
76 | 76 | - `--colors` Enable colors in console output. (disables auto detection of color support)
|
77 | 77 | - `--no-colors` Disable colors in console output.
|
78 | 78 | - `--no-progress` Disable progress in console output.
|
@@ -116,7 +116,7 @@ Note: The `// lint >= 7.4` comment has to be only the first line of the file and
|
116 | 116 |
|
117 | 117 | ## How to upgrade
|
118 | 118 |
|
119 |
| -Are you using `jakub-onderka/php-parallel-lint` package? You can switch to `php-parallel-lint/php-parallel-lint` using: |
| 119 | +Are you using the `jakub-onderka/php-parallel-lint` package? You can switch to `php-parallel-lint/php-parallel-lint` using: |
120 | 120 |
|
121 | 121 | composer remove --dev jakub-onderka/php-parallel-lint
|
122 | 122 | composer require --dev php-parallel-lint/php-parallel-lint
|
0 commit comments