TYPO3ContentElements/phpcs.xml.dist
2020-09-24 08:39:53 +02:00

13 lines
294 B
XML

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