|
|
@@ -14,8 +14,8 @@
|
|
|
*/
|
|
|
namespace Cake\Collection\Iterator;
|
|
|
|
|
|
-use Cake\Collection\CollectionInterface;
|
|
|
use Cake\Collection\Collection;
|
|
|
+use Cake\Collection\CollectionInterface;
|
|
|
|
|
|
/**
|
|
|
* An iterator that will return the passed items in order. The order is given by
|
|
|
@@ -76,5 +76,4 @@ class SortIterator extends Collection
|
|
|
}
|
|
|
parent::__construct($results);
|
|
|
}
|
|
|
-
|
|
|
}
|