mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-04 14:22:26 -04:00
PHP 5.* is not supported any more by Icinga Director and hence it is redundant to check the compatibility with the corresponding version
16 lines
412 B
XML
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>
|