Skip to content

Commit d855fd9

Browse files
match the sentence order to the heading
1 parent 2a05ce6 commit d855fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ in the PHP error log for it.
5252
### Errors, warnings and notices
5353

5454
Separately from that output, your editor can ask to be told about every diagnostic
55-
PHP raises — warnings, notices, deprecations and errors — as they occur. Each one
55+
PHP raises — errors, warnings, notices and deprecations — as they occur. Each one
5656
arrives with its message, its file and its line, and the script keeps running.
5757

5858
This is the middle ground between the two extremes. Ignoring a warning means

0 commit comments

Comments
 (0)