12 lines
246 B
XML
12 lines
246 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="phpDocumentor">
|
|
<description>The coding standard for phpDocumentor.</description>
|
|
|
|
<file>src</file>
|
|
<file>tests/unit</file>
|
|
<arg value="p"/>
|
|
|
|
<rule ref="phpDocumentor">
|
|
</rule>
|
|
</ruleset>
|