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.
1 parent 429aa80 commit 9330fbeCopy full SHA for 9330fbe
features/scaffold-taxonomy.feature
@@ -19,7 +19,7 @@ Feature: Scaffold a custom taxonomy
19
"""
20
And STDOUT should contain:
21
22
- $messages['fungus'] = [
+ $messages['fungus'] = array(
23
24
25
features/scaffold.feature
@@ -116,7 +116,7 @@ Feature: WordPress code scaffolding
116
117
118
119
- [ 'prefix-zombie', 'wraith' ]
+ array( 'prefix-zombie', 'wraith' )
120
121
122
0 commit comments