@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | /** |
| 53 | 53 | * Setter for $statusCode |
| 54 | 54 | * @param integer $statusCode |
| 55 | - * @return App\Htpp\Responds\Respond |
|
| 55 | + * @return Main |
|
| 56 | 56 | * @author Shima Payro <[email protected]> |
| 57 | 57 | * @since May 2, 2016 9:47:04 AM |
| 58 | 58 | * @uses |
@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | /** |
| 83 | 83 | * Setter for $statusText |
| 84 | 84 | * @param String $statusText |
| 85 | - * @return App\HtppApp\Htpp\Responds\Respond |
|
| 85 | + * @return Main |
|
| 86 | 86 | * @author Shima Payro <[email protected]> |
| 87 | 87 | * @since May 2, 2016 9:48:23 AM |
| 88 | 88 | * @uses |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | * @author Mehdi Hosseini <[email protected]> |
| 152 | 152 | * @since August 24, 2016 |
| 153 | 153 | * @param $errorCode integer |
| 154 | - * @return instance |
|
| 154 | + * @return Main |
|
| 155 | 155 | */ |
| 156 | 156 | public function setErrorCode( $errorCode ) { |
| 157 | 157 | |
@@ -203,7 +203,7 @@ discard block |
||
| 203 | 203 | * Get headers |
| 204 | 204 | * @author Shima Payro <[email protected]> |
| 205 | 205 | * @since Sep 13, 2016 |
| 206 | - * @return array |
|
| 206 | + * @return Main |
|
| 207 | 207 | */ |
| 208 | 208 | public function setHeaders( $statusText = [] ) { |
| 209 | 209 | |