@@ -7,7 +7,6 @@ |
||
7 | 7 | */ |
8 | 8 | namespace samsoncms\api; |
9 | 9 | |
10 | -use samsoncms\api\query\FieldNavigation; |
|
11 | 10 | use samsonframework\orm\QueryInterface; |
12 | 11 | |
13 | 12 | /** |
@@ -71,7 +71,7 @@ |
||
71 | 71 | * @param QueryInterface $query Query object instance |
72 | 72 | * @param string $materialID Material identifier |
73 | 73 | * @param string $fieldID Additional field identifier |
74 | - * @param mixed $return Variable to return found database record |
|
74 | + * @param MaterialField[] $return Variable to return found database record |
|
75 | 75 | * @param string $locale Locale identifier |
76 | 76 | * @return bool|null|self[] Field instance or null if 3rd parameter not passed |
77 | 77 | */ |