@@ -639,7 +639,7 @@ |
||
| 639 | 639 | /** |
| 640 | 640 | * Get Request instance |
| 641 | 641 | * |
| 642 | - * @return \Bluz\Request\RequestFactory |
|
| 642 | + * @return \Zend\Diactoros\ServerRequest |
|
| 643 | 643 | */ |
| 644 | 644 | public function getRequest() |
| 645 | 645 | { |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | use Bluz\Auth\AbstractRowEntity; |
| 21 | 21 | use Bluz\Common; |
| 22 | 22 | use Bluz\Controller\Reflection; |
| 23 | -use Bluz\Http; |
|
| 24 | 23 | use Bluz\Proxy\Acl; |
| 25 | 24 | use Bluz\Proxy\Cache; |
| 26 | 25 | use Bluz\Proxy\Config; |
@@ -60,7 +60,7 @@ |
||
| 60 | 60 | /** |
| 61 | 61 | * Execute this query using the bound parameters and their types |
| 62 | 62 | * |
| 63 | - * @return integer|string|array |
|
| 63 | + * @return integer |
|
| 64 | 64 | */ |
| 65 | 65 | public function execute() |
| 66 | 66 | { |
@@ -383,7 +383,7 @@ |
||
| 383 | 383 | * |
| 384 | 384 | * @param string $name |
| 385 | 385 | * @param string $value |
| 386 | - * @param int|string|\DateTime $expire |
|
| 386 | + * @param integer $expire |
|
| 387 | 387 | * @param string $path |
| 388 | 388 | * @param string $domain |
| 389 | 389 | * @param bool $secure |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | */ |
| 12 | 12 | namespace Bluz\View\Helper; |
| 13 | 13 | |
| 14 | -use Bluz\Proxy\Router; |
|
| 15 | 14 | use Bluz\View\View; |
| 16 | 15 | use Bluz\Proxy\Request; |
| 17 | 16 | use Bluz\Proxy\Translator; |