mirror of https://github.com/flightphp/core
Merge pull request #531 from flightphp/code-format
PHPCS code formatting problems solvedpull/533/head
commit
9291d7a004
@ -1,10 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ruleset name="pcsg-generated-ruleset">
|
<ruleset name="pcsg-generated-ruleset">
|
||||||
<description>Created with the PHP Coding Standard Generator. http://edorian.github.io/php-coding-standard-generator/</description>
|
<description>
|
||||||
<arg name="colors"/>
|
Created with the PHP Coding Standard Generator.
|
||||||
<arg name="tab-width" value="4"/>
|
http://edorian.github.io/php-coding-standard-generator/
|
||||||
<rule ref="PSR12"/>
|
</description>
|
||||||
<!-- <rule ref="Generic.WhiteSpace.DisallowSpaceIndent"/> -->
|
<arg name="colors" />
|
||||||
|
<arg name="tab-width" value="4" />
|
||||||
|
<rule ref="PSR12" />
|
||||||
<file>flight/</file>
|
<file>flight/</file>
|
||||||
<file>tests/</file>
|
<file>tests/</file>
|
||||||
</ruleset>
|
</ruleset>
|
Loading…
Reference in new issue