mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-06 00:17:29 +02: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>
|