File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ declared on the next line after the opening brace.
367
367
Each individual trait that is imported into a class MUST be included
368
368
one-per-line and each inclusion MUST have its own ` use ` import statement.
369
369
370
- The following is a correct example of trait ` use ` age .
370
+ The following is a correct example of trait usage .
371
371
372
372
``` php
373
373
<?php
@@ -965,7 +965,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
965
965
subsequent line is indented at least once. When doing so, the first expression
966
966
MUST be on the next line. The closing parenthesis and opening brace MUST be
967
967
placed together on their own line with one space between them. The semicolons
968
- MUST be on the component the follow, not on the subsequent line. For example:
968
+ MUST be on the component they follow, not on the subsequent line. For example:
969
969
970
970
``` php
971
971
<?php
You can’t perform that action at this time.
0 commit comments