Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Update the PHPCS config to reflect the renamed CLI class
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Jan 23, 2018
1 parent f0e0636 commit f72a534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<rule ref="PHPCompatibility">
<exclude name="PHPCompatibility.PHP.NewKeywords.t_namespaceFound" />
<exclude-pattern>includes/class-wc-custom-order-table-cli.php</exclude-pattern>
<exclude-pattern>includes/class-woocommerce-custom-orders-table-cli.php</exclude-pattern>
</rule>

<!-- Check all PHP files in directory tree by default. -->
Expand Down

0 comments on commit f72a534

Please sign in to comment.