Fix code standards issues (#171)

Signed-off-by: Andy Fragen <andy@thefragens.com>
This commit is contained in:
Andy Fragen 2025-07-17 15:43:38 -07:00 committed by GitHub
parent 80d56075f3
commit b64e97776d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 5 deletions

View file

@ -74,4 +74,8 @@
<exclude-pattern>inc/icons/svg\.php</exclude-pattern>
<exclude-pattern>tests/phpunit/bootstrap\.php</exclude-pattern>
</rule>
<rule ref="Squiz.PHP.EmbeddedPhp">
<exclude-pattern>inc/settings/namespace\.php</exclude-pattern>
</rule>
</ruleset>