1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-28 16:49:57 +02:00

Code style: Ignore long translations

This commit is contained in:
Jakub Vrana
2025-04-14 07:58:29 +02:00
parent cedfe97f40
commit 982233d7e5

View File

@@ -58,6 +58,7 @@
<property name="lineLimit" value="250"/> <property name="lineLimit" value="250"/>
</properties> </properties>
<exclude-pattern>adminer/lang/</exclude-pattern> <exclude-pattern>adminer/lang/</exclude-pattern>
<exclude-pattern>plugins/select-email.php</exclude-pattern>
</rule> </rule>
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace"> <rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">