summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'OAuth/.phpcs.xml')
-rw-r--r--OAuth/.phpcs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OAuth/.phpcs.xml b/OAuth/.phpcs.xml
index 4359769c..be19ab61 100644
--- a/OAuth/.phpcs.xml
+++ b/OAuth/.phpcs.xml
@@ -11,7 +11,7 @@
<exclude name="PSR12.Properties.ConstantVisibility.NotFound" />
</rule>
<file>.</file>
- <arg name="extensions" value="php,php5,inc"/>
+ <arg name="extensions" value="php"/>
<arg name="encoding" value="UTF-8"/>
<exclude-pattern type="relative">^src/lib/</exclude-pattern>
<exclude-pattern type="relative">^tests/phpunit/lib/</exclude-pattern>