Fixed naming (PHPCI -> PHP Censor)
This commit is contained in:
parent
a35160f627
commit
60d74b0b44
64 changed files with 534 additions and 583 deletions
14
phpcs.xml
14
phpcs.xml
|
|
@ -1,19 +1,19 @@
|
|||
<?xml version="1.0"?>
|
||||
<ruleset name="PHPCI">
|
||||
<ruleset name="PHP Censor">
|
||||
|
||||
<description>Codestyle ruleset for PHPCI</description>
|
||||
<description>Codestyle ruleset for PHP Censor</description>
|
||||
|
||||
<rule ref="PSR2"/>
|
||||
|
||||
<file>PHPCI</file>
|
||||
<file>PHP Censor</file>
|
||||
|
||||
<arg name="encoding" value="UTF-8"/>
|
||||
<arg name="extensions" value="php"/>
|
||||
|
||||
<exclude-pattern>PHPCI/Migrations/*</exclude-pattern>
|
||||
<exclude-pattern>PHPCI/Model/Base/*</exclude-pattern>
|
||||
<exclude-pattern>PHPCI/Languages/*</exclude-pattern>
|
||||
<exclude-pattern>Tests/*</exclude-pattern>
|
||||
<exclude-pattern>src/PHPCI/Migrations/*</exclude-pattern>
|
||||
<exclude-pattern>src/PHPCI/Model/Base/*</exclude-pattern>
|
||||
<exclude-pattern>src/PHPCI/Languages/*</exclude-pattern>
|
||||
<exclude-pattern>tests/*</exclude-pattern>
|
||||
<exclude-pattern>vendor/*</exclude-pattern>
|
||||
|
||||
</ruleset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue