mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-22 03:16:10 +01:00
12 lines
294 B
XML
12 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>
|