Skip to content

Commit

Permalink
Updated phpcs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Sep 4, 2020
1 parent b42ca9b commit dbdb841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<ruleset name="zfr-cors Coding Standard">
<description>zfr-cors coding standard</description>
<ruleset name="lmc-cors Coding Standard">
<description>lmc-cors coding standard</description>

<!-- display progress -->
<arg value="p"/>
Expand All @@ -23,7 +23,7 @@

<!-- Paths to check -->
<file>config/module.config.php</file>
<file>config/zfr_cors.global.php.dist</file>
<file>config/lmc_cors.global.php.dist</file>
<file>src</file>
<file>tests</file>
<file>tests/TestConfiguration.php.dist</file>
Expand Down

0 comments on commit dbdb841

Please sign in to comment.