aboutsummaryrefslogtreecommitdiff
path: root/phpcompatibility.xml
blob: 2726bfcb74775771800d0ef3cbb0f16d14096371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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.4-"/>
  <rule ref="PHPCompatibility">
  </rule>

</ruleset>