Commit b0fb2a2
authored
Add pcntl and grpc docs (#95)
* Requirements: document PCNTL as a recommended PHP extension
* Requirements: add warning about gRPC extension and parallel processing
The gRPC PHP extension is known to cause PHP_CodeSniffer to hang
when running with parallel processing enabled.
Includes details on how to handle the gRPC extension.
Refs: PHPCSStandards/PHP_CodeSniffer#294
* Spellcheck: also ignore code blocks inside blockquotes
The existing regex pattern for ignoring code blocks only matched
blocks at the start of a line (with optional whitespace). This
update makes it also match code blocks inside markdown
blockquotes, where lines are prefixed with `>`.1 parent 4615316 commit b0fb2a2
2 files changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments