@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * |
| 97 | 97 | * @param alpha\Util\Http\Request $request |
| 98 | 98 | * |
| 99 | - * @return alpha\Util\Http\Response |
|
| 99 | + * @return Response |
|
| 100 | 100 | * |
| 101 | 101 | * @since 1.0 |
| 102 | 102 | */ |
@@ -120,7 +120,7 @@ discard block |
||
| 120 | 120 | * |
| 121 | 121 | * @param alpha\Util\Http\Request $request |
| 122 | 122 | * |
| 123 | - * @return alpha\Util\Http\Response |
|
| 123 | + * @return Response |
|
| 124 | 124 | * |
| 125 | 125 | * @since 1.0 |
| 126 | 126 | */ |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Alpha\Controller; |
| 4 | 4 | |
| 5 | 5 | use Alpha\Util\Logging\Logger; |
| 6 | -use Alpha\Util\Config\ConfigProvider; |
|
| 7 | 6 | use Alpha\Util\Http\Request; |
| 8 | 7 | use Alpha\Util\Http\Response; |
| 9 | 8 | use Alpha\View\View; |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use Alpha\Model\Type\Text; |
| 8 | 8 | use Alpha\Model\Type\Boolean; |
| 9 | 9 | use Alpha\Model\Type\Relation; |
| 10 | -use Alpha\Util\Config\Configprovider; |
|
| 11 | 10 | use Alpha\Util\Logging\Logger; |
| 12 | 11 | use Alpha\Util\Http\Session\SessionProviderFactory; |
| 13 | 12 | use Alpha\Exception\ValidationException; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Alpha\Controller; |
| 4 | 4 | |
| 5 | 5 | use Alpha\Util\Logging\Logger; |
| 6 | -use Alpha\Util\Config\ConfigProvider; |
|
| 7 | 6 | use Alpha\Util\Http\Request; |
| 8 | 7 | use Alpha\Util\Http\Response; |
| 9 | 8 | use Alpha\View\View; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Alpha\Util\Logging; |
| 4 | 4 | |
| 5 | 5 | use Alpha\Util\Config\ConfigProvider; |
| 6 | -use Alpha\Exception\PHPException; |
|
| 7 | 6 | use Alpha\Util\File\FileUtils; |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -259,6 +259,7 @@ |
||
| 259 | 259 | * Tries to get the requested param from the $_SERVER super global, otherwise returns an |
| 260 | 260 | * empty string. |
| 261 | 261 | * |
| 262 | + * @param string $param |
|
| 262 | 263 | * @return string |
| 263 | 264 | * |
| 264 | 265 | * @since 3.0 |