@@ -87,7 +87,7 @@ |
||
| 87 | 87 | * |
| 88 | 88 | * @param Alpha\Util\Http\Request $request |
| 89 | 89 | * |
| 90 | - * @return Alpha\Util\Http\Response |
|
| 90 | + * @return Response |
|
| 91 | 91 | * |
| 92 | 92 | * @since 1.0 |
| 93 | 93 | * |
@@ -107,7 +107,7 @@ |
||
| 107 | 107 | $imgWidth = $params['width']; |
| 108 | 108 | $imgHeight = $params['height']; |
| 109 | 109 | $imgType = $params['type']; |
| 110 | - $imgQuality = (double) $params['quality']; |
|
| 110 | + $imgQuality = (double)$params['quality']; |
|
| 111 | 111 | $imgScale = new Boolean($params['scale']); |
| 112 | 112 | $imgSecure = new Boolean($params['secure']); |
| 113 | 113 | } catch (\Exception $e) { |
@@ -86,7 +86,7 @@ |
||
| 86 | 86 | * |
| 87 | 87 | * @param Alpha\Util\Http\Request $request |
| 88 | 88 | * |
| 89 | - * @return Alpha\Util\Http\Response |
|
| 89 | + * @return Response |
|
| 90 | 90 | * |
| 91 | 91 | * @since 1.0 |
| 92 | 92 | */ |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | * |
| 95 | 95 | * @param Alpha\Util\Http\Request $request |
| 96 | 96 | * |
| 97 | - * @return Alpha\Util\Http\Response |
|
| 97 | + * @return Response |
|
| 98 | 98 | * |
| 99 | 99 | * @since 1.0 |
| 100 | 100 | */ |
@@ -414,7 +414,7 @@ discard block |
||
| 414 | 414 | * Custom version of the check rights method that only checks for a session for the config admin username/password, |
| 415 | 415 | * when the system database is not set-up. |
| 416 | 416 | * |
| 417 | - * @return bool |
|
| 417 | + * @return boolean|null |
|
| 418 | 418 | * |
| 419 | 419 | * @since 1.0 |
| 420 | 420 | */ |
@@ -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 | */ |
@@ -94,7 +94,7 @@ |
||
| 94 | 94 | * |
| 95 | 95 | * @param Alpha\Util\Http\Request $request |
| 96 | 96 | * |
| 97 | - * @return Alpha\Util\Http\Response |
|
| 97 | + * @return Response |
|
| 98 | 98 | * |
| 99 | 99 | * @throws Alpha\Exception\IllegalArguementException |
| 100 | 100 | * |
@@ -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 | * @throws Alpha\Exception\IllegalArguementException |
| 126 | 126 | * |
@@ -156,7 +156,7 @@ discard block |
||
| 156 | 156 | * |
| 157 | 157 | * @param Alpha\Util\Http\Request $request |
| 158 | 158 | * |
| 159 | - * @return Alpha\Util\Http\Response |
|
| 159 | + * @return Response|null |
|
| 160 | 160 | * |
| 161 | 161 | * @throws Alpha\Exception\IllegalArguementException |
| 162 | 162 | * |
@@ -298,7 +298,7 @@ discard block |
||
| 298 | 298 | * |
| 299 | 299 | * @throws Alpha\Exception\ValidationException |
| 300 | 300 | * |
| 301 | - * @return Alpha\Util\Http\Response |
|
| 301 | + * @return Response|null |
|
| 302 | 302 | * |
| 303 | 303 | * @since 1.0 |
| 304 | 304 | */ |
@@ -98,7 +98,7 @@ |
||
| 98 | 98 | * |
| 99 | 99 | * @param Alpha\Util\Http\Request $request |
| 100 | 100 | * |
| 101 | - * @return Alpha\Util\Http\Response |
|
| 101 | + * @return Response |
|
| 102 | 102 | * |
| 103 | 103 | * @since 1.0 |
| 104 | 104 | */ |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | * |
| 85 | 85 | * @param Alpha\Util\Http\Request $request |
| 86 | 86 | * |
| 87 | - * @return Alpha\Util\Http\Response |
|
| 87 | + * @return Response |
|
| 88 | 88 | * |
| 89 | 89 | * @since 1.0 |
| 90 | 90 | */ |
@@ -83,7 +83,7 @@ |
||
| 83 | 83 | * |
| 84 | 84 | * @param Alpha\Util\Http\Request $request |
| 85 | 85 | * |
| 86 | - * @return Alpha\Util\Http\Response |
|
| 86 | + * @return Response |
|
| 87 | 87 | * |
| 88 | 88 | * @since 1.0 |
| 89 | 89 | * |