@@ -33,7 +33,7 @@ |
||
33 | 33 | * |
34 | 34 | * @param array $credentials credentials |
35 | 35 | * @param array $relations related models |
36 | - * @return mixed |
|
36 | + * @return BannersDTO |
|
37 | 37 | */ |
38 | 38 | public function read(array $credentials = [], array $relations = []) { |
39 | 39 |
@@ -34,7 +34,7 @@ |
||
34 | 34 | * |
35 | 35 | * @param array $credentials credentials |
36 | 36 | * @param array $relations related models |
37 | - * @return mixed |
|
37 | + * @return CategoryDTO |
|
38 | 38 | */ |
39 | 39 | public function read(array $credentials = [], array $relations = []) { |
40 | 40 |
@@ -33,7 +33,7 @@ |
||
33 | 33 | * |
34 | 34 | * @param array $credentials credentials |
35 | 35 | * @param array $relations related models |
36 | - * @return mixed |
|
36 | + * @return CurrencyDTO |
|
37 | 37 | */ |
38 | 38 | public function read(array $credentials = [], array $relations = []) { |
39 | 39 |
@@ -67,7 +67,7 @@ |
||
67 | 67 | /** |
68 | 68 | * Set dependency container |
69 | 69 | * |
70 | - * @param \Phalcon\Di\FactoryDefault $di |
|
70 | + * @param \Phalcon\DiInterface $di |
|
71 | 71 | * @return \Application\Services\Mappers\FileMapper |
72 | 72 | */ |
73 | 73 | private function setDi(\Phalcon\DiInterface $di) |
@@ -33,7 +33,7 @@ |
||
33 | 33 | * |
34 | 34 | * @param array $credentials credentials |
35 | 35 | * @param array $relations related models |
36 | - * @return mixed |
|
36 | + * @return ItemAttributesDTO |
|
37 | 37 | */ |
38 | 38 | public function read(array $credentials = [], array $relations = []) { |
39 | 39 |
@@ -22,7 +22,7 @@ discard block |
||
22 | 22 | /** |
23 | 23 | * Get instance of polymorphic object |
24 | 24 | * |
25 | - * @return \Application\Models\ItemAttributes |
|
25 | + * @return ItemAttributeValues |
|
26 | 26 | */ |
27 | 27 | public function getInstance() { |
28 | 28 | return new ItemAttributeValues(); |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | * |
34 | 34 | * @param array $credentials credentials |
35 | 35 | * @param array $relations related models |
36 | - * @return mixed |
|
36 | + * @return ItemAttributeValuesDTO |
|
37 | 37 | */ |
38 | 38 | public function read(array $credentials = [], array $relations = []) { |
39 | 39 |
@@ -33,7 +33,7 @@ |
||
33 | 33 | * |
34 | 34 | * @param array $credentials credentials |
35 | 35 | * @param array $relations related models |
36 | - * @return mixed |
|
36 | + * @return ItemsDTO |
|
37 | 37 | */ |
38 | 38 | public function read(array $credentials = [], array $relations = []) { |
39 | 39 |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | /** |
66 | 66 | * Get Dependency injection container |
67 | 67 | * |
68 | - * @return \Phalcon\Di |
|
68 | + * @return \Phalcon\DiInterface|null |
|
69 | 69 | */ |
70 | 70 | public function getDi() { |
71 | 71 | return (new Di())->getDefault(); |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | * Read logs |
99 | 99 | * |
100 | 100 | * @param array $credentials credentials |
101 | - * @return mixed |
|
101 | + * @return LogDTO |
|
102 | 102 | */ |
103 | 103 | public function read(array $credentials = []) { |
104 | 104 |
@@ -34,7 +34,7 @@ |
||
34 | 34 | * |
35 | 35 | * @param array $credentials credentials |
36 | 36 | * @param array $relations related models |
37 | - * @return mixed |
|
37 | + * @return PageDTO |
|
38 | 38 | */ |
39 | 39 | public function read(array $credentials = [], array $relations = []) { |
40 | 40 |