@@ -20,7 +20,6 @@ discard block |
||
| 20 | 20 | * @param integer $status code to use when delivering the result. |
| 21 | 21 | * |
| 22 | 22 | * @SuppressWarnings(PHPMD.ExitExpression) |
| 23 | - * @param string $title |
|
| 24 | 23 | * @return void |
| 25 | 24 | */ |
| 26 | 25 | public function renderPage($data = null, $status = 200) |
@@ -47,7 +46,6 @@ discard block |
||
| 47 | 46 | * @param integer $status code to use when delivering the result. |
| 48 | 47 | * |
| 49 | 48 | * @SuppressWarnings(PHPMD.ExitExpression) |
| 50 | - * @param string $title |
|
| 51 | 49 | * @return void |
| 52 | 50 | */ |
| 53 | 51 | public function renderLogin($data = null, $status = 200) |