You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wordpress-coding-standards/php.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ Closures must not be passed as filter or action callbacks, as they cannot be rem
145
145
146
146
<h3>Multiline Function Calls</h3>
147
147
148
-
When splitting a function call over multiple lines, each parameter must be on a seperate line. Single line inline comments can take up their own line.
148
+
When splitting a function call over multiple lines, each parameter must be on a separate line. Single line inline comments can take up their own line.
149
149
150
150
Each parameter must take up no more than a single line. Multi-line parameter values must be assigned to a variable and then that variable should be passed to the function call.
0 commit comments