phpcs: Exclude class `StaticWeb` from `FoundWithSymbols` sniff

This commit is contained in:
Johannes Meyer 2020-11-12 09:38:50 +01:00
parent 220044277c
commit e2a5de910b
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
</rule>
<rule ref="PSR1.Files.SideEffects.FoundWithSymbols">
<exclude-pattern>library/Icinga/Application/Cli.php</exclude-pattern>
<exclude-pattern>library/Icinga/Application/StaticWeb.php</exclude-pattern>
<exclude-pattern>library/Icinga/Application/EmbeddedWeb.php</exclude-pattern>
<exclude-pattern>library/Icinga/Application/functions.php</exclude-pattern>
<exclude-pattern>library/Icinga/Application/LegacyWeb.php</exclude-pattern>