mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 20:31:19 +02:00
Ensure PHP 5.3 compatibility
This commit is contained in:
@@ -108,4 +108,11 @@
|
||||
<rule ref="Squiz.WhiteSpace.LanguageConstructSpacing"/>
|
||||
<rule ref="Squiz.WhiteSpace.LogicalOperatorSpacing"/>
|
||||
<rule ref="Squiz.WhiteSpace.ObjectOperatorSpacing"/>
|
||||
|
||||
<!--
|
||||
This is slow and has false positives but it's useful occasionally.
|
||||
https://github.com/PHPCompatibility/PHPCompatibility
|
||||
<rule ref="PHPCompatibility"/>
|
||||
<config name="testVersion" value="5.3-"/>
|
||||
-->
|
||||
</ruleset>
|
||||
|
Reference in New Issue
Block a user