mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-01-29 09:47:35 +01:00
11 lines
280 B
XML
11 lines
280 B
XML
|
<?xml version="1.0"?>
|
||
|
<ruleset name="rules">
|
||
|
<description>rules</description>
|
||
|
<rule ref="PSR2"/>
|
||
|
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
|
||
|
<file>tests</file>
|
||
|
<file>AltoRouter.php</file>
|
||
|
<file>examples/</file>
|
||
|
<arg name="colors"/>
|
||
|
</ruleset>
|