rss-bridge/phpcompatibility.xml

16 lines
405 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="RSS-Bridge PHPCompatibility">
<description>Defines rules for PHPCompatibility</description>
<exclude-pattern>./static</exclude-pattern>
<exclude-pattern>./vendor</exclude-pattern>
<!-- Run against the PHPCompatibility ruleset -->
<!--
-->
<config name="testVersion" value="7.1-"/>
<rule ref="PHPCompatibility">
</rule>
</ruleset>