TYPO3ContentElements/phpcs.xml.dist
Daniel Siepmann 6e47f165e9
Add PHP 7.2 compatibility
Also ensure code works in all compatibilities via GitHub Actions.
Also add further checks like XML compatibility, CGL, etc.
2020-09-22 13:27:52 +02:00

11 lines
270 B
XML

<?xml version="1.0"?>
<ruleset name="project">
<description>This project coding standard</description>
<file>Classes/</file>
<file>Configuration/</file>
<file>ext_emconf.php</file>
<file>ext_localconf.php</file>
<rule ref="PSR12" />
</ruleset>