Completed
Pull Request — master (#39)
by
unknown
09:03
created
tests/Sniffs/Namespaces/UseInAlphabeticalOrder/wrong3.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use A;
4
-use C;
5
-
6 3
 
7 4
 class Presenter
8 5
 {
Please login to merge, or discard this patch.