1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-01 04:22:11 +02:00

[ticket/12726] Ensure PHP files do not contain any unused use statements

PHPBB3-12726
This commit is contained in:
Tristan Darricau
2014-06-16 22:55:42 +02:00
parent e46ef86104
commit fa5afb60aa
3 changed files with 210 additions and 1 deletions

View File

@@ -42,4 +42,7 @@
<!-- There MUST be one blank line after the namespace declaration -->
<rule ref="PSR2.Namespaces.NamespaceDeclaration" />
<!-- There MUST NOT be unused use statements. -->
<rule ref="./phpbb/Sniffs/Namespaces/UnusedUseSniff.php" />
</ruleset>