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 96d4aca + c35014d commit 9195adbCopy full SHA for 9195adb
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 associative arrays, _each item_ should start on a new line when the array contains more than one item:
+For arrays with 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