Files
weather/phpcs.xml
Oh c87bf18b4e
Some checks failed
Tests / Tests PHP 7.4 (push) Has been cancelled
Tests / Tests PHP 8 (push) Has been cancelled
Tests / Tests PHP 8.1 (push) Has been cancelled
Initial commit
2025-09-04 08:59:22 +02:00

17 lines
421 B
XML

<?xml version="1.0"?>
<ruleset name="Slim coding standard">
<description>Slim coding standard</description>
<!-- display progress -->
<arg value="p"/>
<!-- use colors in output -->
<arg name="colors"/>
<!-- inherit rules from: -->
<rule ref="PSR12"/>
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
<!-- Paths to check -->
<file>src</file>
<file>tests</file>
</ruleset>