@@ -8,7 +8,6 @@ |
||
8 | 8 | |
9 | 9 | namespace Maslosoft\Manganel; |
10 | 10 | |
11 | -use Exception; |
|
12 | 11 | use Maslosoft\Addendum\Interfaces\AnnotatedInterface; |
13 | 12 | use Maslosoft\Mangan\Helpers\CollectionNamer; |
14 | 13 | use Maslosoft\Mangan\Interfaces\CriteriaAwareInterface; |
@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Set currently used index |
39 | 39 | * @param string $index |
40 | - * @return static |
|
40 | + * @return IndexAwareInterface |
|
41 | 41 | */ |
42 | 42 | public function setIndex($index) |
43 | 43 | { |