PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0"?>
<ruleset name="Custom Standard">
<rule ref="PSR2"/>
<file>src</file>
<exclude-pattern>bin/*</exclude-pattern>
<exclude-pattern>tests/*</exclude-pattern>
<exclude-pattern>vendor/*</exclude-pattern>
<exclude-pattern>*.db</exclude-pattern>
<exclude-pattern>*.color</exclude-pattern>
<exclude-pattern>*.ttf</exclude-pattern>
<arg name="encoding" value="utf-8"/>
<arg name="report" value="full"/>
<arg name="report-width" value="120"/>
<arg name="colors"/>
<arg value="p"/>
</ruleset>