Skip to content

Commit 02562c3

Browse files
committed
Fix PHPCS config
1 parent 6a618c7 commit 02562c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phpcs.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
2828
<properties>
2929
<property name="prefixes" type="array">
30-
<element value="WP_CLI\Ability"/><!-- Namespaces. -->
31-
<element value="wpcli_ability"/><!-- Global variables and such. -->
30+
<element value="WP_CLI\AI"/><!-- Namespaces. -->
31+
<element value="wpcli_ai"/><!-- Global variables and such. -->
3232
</property>
3333
</properties>
3434
</rule>

0 commit comments

Comments
 (0)