@@ -84,7 +84,6 @@ |
||
84 | 84 | /** |
85 | 85 | * Reverse object to real array for all public properties |
86 | 86 | * |
87 | - * @param object $object |
|
88 | 87 | * @return mixed |
89 | 88 | */ |
90 | 89 | 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() { |
@@ -43,7 +43,6 @@ |
||
43 | 43 | /** |
44 | 44 | * Reverse object to real array for all public properties |
45 | 45 | * |
46 | - * @param object $object |
|
47 | 46 | * @return mixed |
48 | 47 | */ |
49 | 48 | 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() { |
@@ -129,7 +129,6 @@ |
||
129 | 129 | /** |
130 | 130 | * Reverse object to real array for all public properties |
131 | 131 | * |
132 | - * @param object $object |
|
133 | 132 | * @return mixed |
134 | 133 | */ |
135 | 134 | public function toArray() { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Application\Modules\Rest\Events\BeforeException; |
3 | 3 | |
4 | -use Phalcon\Logger; |
|
5 | 4 | use Application\Modules\Rest\Exceptions\NotFoundException; |
6 | 5 | |
7 | 6 | /** |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Application\Modules\Rest\Events\BeforeExecuteRoute; |
3 | 3 | |
4 | -use Phalcon\Logger; |
|
5 | 4 | use Application\Modules\Rest\Aware\RestValidatorProvider; |
6 | 5 | use Application\Modules\Rest\Exceptions\NotAcceptableException; |
7 | 6 |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Application\Modules\Rest\Events\BeforeExecuteRoute; |
3 | 3 | |
4 | -use Phalcon\Logger; |
|
5 | 4 | use Application\Modules\Rest\Exceptions\ForbiddenException; |
6 | 5 | use Application\Modules\Rest\Exceptions\UnauthorizedException; |
7 | 6 | use Application\Modules\Rest\Aware\RestValidatorProvider; |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Application\Modules\Rest\Events\BeforeExecuteRoute; |
3 | 3 | |
4 | -use Phalcon\Logger; |
|
5 | 4 | use Application\Modules\Rest\Exceptions\MethodNotAllowedException; |
6 | 5 | use Application\Modules\Rest\Aware\RestValidatorProvider; |
7 | 6 |