@@ -137,7 +137,7 @@ discard block |
||
| 137 | 137 | * @param \Phalcon\Mvc\Model $model |
| 138 | 138 | * @param array $credentials |
| 139 | 139 | * @throws BadRequestException |
| 140 | - * @return boolean |
|
| 140 | + * @return boolean|null |
|
| 141 | 141 | */ |
| 142 | 142 | protected function update(\Phalcon\Mvc\Model $model, array $credentials) { |
| 143 | 143 | |
@@ -214,8 +214,6 @@ discard block |
||
| 214 | 214 | /** |
| 215 | 215 | * Read records |
| 216 | 216 | * |
| 217 | - * @param array $credentials credentials |
|
| 218 | - * @param array $relations related models |
|
| 219 | 217 | * @return mixed |
| 220 | 218 | */ |
| 221 | 219 | abstract public function read(); |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use Application\Modules\Rest\Exceptions\BadRequestException; |
| 5 | 5 | use Application\Modules\Rest\Exceptions\ConflictException; |
| 6 | -use Application\Modules\Rest\Exceptions\ForbiddenException; |
|
| 7 | 6 | use Application\Modules\Rest\Exceptions\NotFoundException; |
| 8 | 7 | use Phalcon\DI\InjectionAwareInterface; |
| 9 | 8 | |
@@ -186,8 +186,6 @@ |
||
| 186 | 186 | /** |
| 187 | 187 | * If is serialized value |
| 188 | 188 | * |
| 189 | - * @param string $value |
|
| 190 | - * @param string $value |
|
| 191 | 189 | * @access static |
| 192 | 190 | * @return boolean |
| 193 | 191 | */ |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | /** |
| 38 | 38 | * Get dependency container |
| 39 | 39 | * |
| 40 | - * @return \Phalcon\DiInterface |
|
| 40 | + * @return \Phalcon\DI\FactoryDefault |
|
| 41 | 41 | */ |
| 42 | 42 | public function getDi() |
| 43 | 43 | { |
@@ -41,7 +41,6 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * Reverse object to real array for all public properties |
| 43 | 43 | * |
| 44 | - * @param object $object |
|
| 45 | 44 | * @return mixed |
| 46 | 45 | */ |
| 47 | 46 | public function toArray() { |
@@ -67,7 +67,6 @@ |
||
| 67 | 67 | /** |
| 68 | 68 | * Reverse object to real array for all public properties |
| 69 | 69 | * |
| 70 | - * @param object $object |
|
| 71 | 70 | * @return mixed |
| 72 | 71 | */ |
| 73 | 72 | public function toArray() { |
@@ -41,7 +41,6 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * Reverse object to real array for all public properties |
| 43 | 43 | * |
| 44 | - * @param object $object |
|
| 45 | 44 | * @return mixed |
| 46 | 45 | */ |
| 47 | 46 | public function toArray() { |
@@ -106,7 +106,6 @@ |
||
| 106 | 106 | /** |
| 107 | 107 | * Reverse object to real array for all public properties |
| 108 | 108 | * |
| 109 | - * @param object $object |
|
| 110 | 109 | * @return mixed |
| 111 | 110 | */ |
| 112 | 111 | public function toArray() { |
@@ -42,7 +42,6 @@ |
||
| 42 | 42 | /** |
| 43 | 43 | * Reverse object to real array for all public properties |
| 44 | 44 | * |
| 45 | - * @param object $object |
|
| 46 | 45 | * @return mixed |
| 47 | 46 | */ |
| 48 | 47 | public function toArray() { |
@@ -41,7 +41,6 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * Reverse object to real array for all public properties |
| 43 | 43 | * |
| 44 | - * @param object $object |
|
| 45 | 44 | * @return mixed |
| 46 | 45 | */ |
| 47 | 46 | public function toArray() { |