We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9195adb + 486a0e5 commit e156375Copy full SHA for e156375
1 file changed
wordpress-coding-standards/php.md
@@ -263,7 +263,7 @@ Exception: if you have a block of code that would be more readable if things are
263
[tab]$foo5 = 'somevalue4';
264
```
265
266
-For arrays with keys, _each item_ should start on a new line when the array contains more than one item:
+For arrays with explicit keys, _each item_ should start on a new line when the array contains more than one item:
267
268
```php
269
$query = new WP_Query( array( 'ID' => 123 ) );
0 commit comments