@@ -132,7 +132,7 @@ |
||
| 132 | 132 | /** |
| 133 | 133 | * Returns the size in megabytes of the log file on disc. |
| 134 | 134 | * |
| 135 | - * @return float |
|
| 135 | + * @return integer |
|
| 136 | 136 | * |
| 137 | 137 | * @since 1.0 |
| 138 | 138 | */ |
@@ -63,11 +63,11 @@ |
||
| 63 | 63 | * A static method that attempts to return a SearchProviderInterface instance |
| 64 | 64 | * based on the name of the provider class supplied. |
| 65 | 65 | * |
| 66 | - * @param $providerName The class name of the provider class, should be fully-qualified. |
|
| 66 | + * @param string $providerName The class name of the provider class, should be fully-qualified. |
|
| 67 | 67 | * |
| 68 | 68 | * @throws Alpha\Exception\IllegalArguementException; |
| 69 | 69 | * |
| 70 | - * @return Alpha\Util\Search\SearchProviderInterface |
|
| 70 | + * @return SearchProviderInterface|null |
|
| 71 | 71 | * |
| 72 | 72 | * @since 1.2.3 |
| 73 | 73 | */ |
@@ -1013,7 +1013,7 @@ |
||
| 1013 | 1013 | /** |
| 1014 | 1014 | * Get the current view renderer provider. |
| 1015 | 1015 | * |
| 1016 | - * @return Alpha\View\Renderer\RendererProviderInterface |
|
| 1016 | + * @return RendererProviderInterface |
|
| 1017 | 1017 | * |
| 1018 | 1018 | * @since 2.0 |
| 1019 | 1019 | */ |
@@ -109,7 +109,7 @@ |
||
| 109 | 109 | * Get the ViewState instance. Loads from $_SESSION if its not already in memory, otherwise |
| 110 | 110 | * a new instance will be returned with empty properties. |
| 111 | 111 | * |
| 112 | - * @return Alpha\View\ViewState |
|
| 112 | + * @return string |
|
| 113 | 113 | * |
| 114 | 114 | * @since 1.0 |
| 115 | 115 | */ |
@@ -153,7 +153,7 @@ |
||
| 153 | 153 | /** |
| 154 | 154 | * The constructor. |
| 155 | 155 | * |
| 156 | - * @param $source |
|
| 156 | + * @param string $source |
|
| 157 | 157 | * @param $width |
| 158 | 158 | * @param $height |
| 159 | 159 | * @param $sourceType |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | * |
| 92 | 92 | * @param Alpha\Util\Http\Request $request |
| 93 | 93 | * |
| 94 | - * @return Alpha\Util\Http\Response |
|
| 94 | + * @return Response |
|
| 95 | 95 | * |
| 96 | 96 | * @since 1.0 |
| 97 | 97 | */ |
@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | * |
| 116 | 116 | * @param Alpha\Util\Http\Request $request |
| 117 | 117 | * |
| 118 | - * @return Alpha\Util\Http\Response |
|
| 118 | + * @return Response |
|
| 119 | 119 | * |
| 120 | 120 | * @since 1.0 |
| 121 | 121 | */ |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | * |
| 92 | 92 | * @param Alpha\Util\Http\Request $request |
| 93 | 93 | * |
| 94 | - * @return Alpha\Util\Http\Response |
|
| 94 | + * @return Response |
|
| 95 | 95 | * |
| 96 | 96 | * @since 1.0 |
| 97 | 97 | */ |
@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | * |
| 116 | 116 | * @param Alpha\Util\Http\Request $request |
| 117 | 117 | * |
| 118 | - * @return Alpha\Util\Http\Response |
|
| 118 | + * @return Response |
|
| 119 | 119 | * |
| 120 | 120 | * @since 1.0 |
| 121 | 121 | */ |
@@ -88,7 +88,7 @@ |
||
| 88 | 88 | * |
| 89 | 89 | * @param Alpha\Util\Http\Request $request |
| 90 | 90 | * |
| 91 | - * @return Alpha\Util\Http\Response |
|
| 91 | + * @return Response |
|
| 92 | 92 | * |
| 93 | 93 | * @since 1.0 |
| 94 | 94 | */ |
@@ -88,7 +88,7 @@ |
||
| 88 | 88 | * |
| 89 | 89 | * @param Alpha\Util\Http\Request $request |
| 90 | 90 | * |
| 91 | - * @return Alpha\Util\Http\Response |
|
| 91 | + * @return Response |
|
| 92 | 92 | * |
| 93 | 93 | * @since 1.0 |
| 94 | 94 | */ |