1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 22:56:46 +02:00

Don't require namespace in example

This commit is contained in:
Jakub Vrana
2025-03-05 14:15:32 +01:00
parent 54568ddef6
commit f5b255230b

View File

@@ -42,6 +42,7 @@
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace"> <rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
<exclude-pattern>plugins/[^/]+\.php</exclude-pattern> <exclude-pattern>plugins/[^/]+\.php</exclude-pattern>
<exclude-pattern>editor/(example|sqlite)\.php</exclude-pattern>
</rule> </rule>
<rule ref="Generic.Classes.OpeningBraceSameLine"/> <rule ref="Generic.Classes.OpeningBraceSameLine"/>