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.
367367Each individual trait that is imported into a class MUST be included
368368one-per-line and each inclusion MUST have its own ` use ` import statement.
369369
370- The following is a correct example of trait ` use ` age .
370+ The following is a correct example of trait usage .
371371
372372``` php
373373<?php
@@ -965,7 +965,7 @@ Expressions in parentheses MAY be split across multiple lines, where each
965965subsequent line is indented at least once. When doing so, the first expression
966966MUST be on the next line. The closing parenthesis and opening brace MUST be
967967placed 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:
969969
970970``` php
971971<?php
You can’t perform that action at this time.
0 commit comments