Completed
Push — master ( 539366...68542b )
by Alexander
30:46
created
src/Column/Decorator/DecoratorChain.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace AtDataGrid\Column\Decorator;
4 4
 
5
-use Countable;
5
+use Countable;
6 6
 use Zend\Stdlib\PriorityQueue;
7 7
 
8 8
 class DecoratorChain extends AbstractDecorator implements Countable
Please login to merge, or discard this patch.