mirror of
https://github.com/php/web-news.git
synced 2026-03-23 23:02:11 +01:00
18 lines
377 B
XML
18 lines
377 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Standard">
|
|
<rule ref="PSR12">
|
|
</rule>
|
|
|
|
<arg value="s" />
|
|
<arg name="colors" />
|
|
<arg name="extensions" value="php"/>
|
|
|
|
<file>article.php</file>
|
|
<file>common.php</file>
|
|
<file>getpart.php</file>
|
|
<file>group.php</file>
|
|
<file>index.php</file>
|
|
<file>subscribe.php</file>
|
|
<file>lib</file>
|
|
</ruleset>
|