@@ -2,7 +2,7 @@ |
||
| 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 |