Commit 486a0e5
committed
PHP: use "explicit keys" instead of "keys"
As suggested by Juliette in WordPress/WordPress-Coding-Standards#2682 (comment), every array has keys, they can be either explicitly declared or implicitly assigned by PHP. Using "explicit keys" makes the wording more precise.
Follow-up to 156.1 parent 9195adb commit 486a0e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments