icingaweb2-module-director/phpcs.xml
Ravi Srinivasa 71d39d767e
Remove compatibility check for PHP legacy
PHP 5.* is not supported any more by Icinga Director and hence it is redundant to
check the compatibility with the corresponding version
2026-04-09 08:58:09 +02:00

16 lines
412 B
XML

<?xml version="1.0"?>
<ruleset name="PRS12">
<file>configuration.php</file>
<file>run.php</file>
<file>application/</file>
<file>library/Director/</file>
<file>test/</file>
<arg name="report-width" value="auto"/>
<arg name="report-full"/>
<arg name="report-gitblame"/>
<arg name="report-summary"/>
<arg name="encoding" value="UTF-8"/>
<rule ref="PSR12"/>
</ruleset>