@@ -92,7 +92,6 @@ |
||
| 92 | 92 | * Filter request params |
| 93 | 93 | * |
| 94 | 94 | * @param array $params |
| 95 | - * @param string $function |
|
| 96 | 95 | * @example <code> |
| 97 | 96 | * <?php $this->filterParams($params, ['trim']); ?> |
| 98 | 97 | * </code> |
@@ -162,7 +162,6 @@ |
||
| 162 | 162 | /** |
| 163 | 163 | * Resolve & parse GET Response |
| 164 | 164 | * |
| 165 | - * @param \Phalcon\Http\Request $request |
|
| 166 | 165 | */ |
| 167 | 166 | private function getResolver() { |
| 168 | 167 | |
@@ -75,7 +75,6 @@ |
||
| 75 | 75 | /** |
| 76 | 76 | * Set cache value into opcode cache storage |
| 77 | 77 | * |
| 78 | - * @param mixed $object |
|
| 79 | 78 | * @param string $key |
| 80 | 79 | * @param bool $cached |
| 81 | 80 | * @return mixed cached object |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | /** |
| 80 | 80 | * Email html template. Overload parent |
| 81 | 81 | * |
| 82 | - * @param $template |
|
| 82 | + * @param string $template |
|
| 83 | 83 | * @param array $params |
| 84 | 84 | * @throws \Application\Modules\Rest\Exceptions\InternalServerErrorException |
| 85 | 85 | * @return \Phalcon\Mailer\Message |
@@ -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 | |