Completed
Branch master (9b18dc)
by Tomáš
17:13
created
tests/Sniffs/Namespaces/UseInAlphabeticalOrder/correct3.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.