@@ -23,6 +23,7 @@ discard block |
||
23 | 23 | |
24 | 24 | /** |
25 | 25 | * Initializes the Model object. |
26 | + * @param Model $model |
|
26 | 27 | */ |
27 | 28 | public function __construct($model) |
28 | 29 | { |
@@ -290,7 +291,7 @@ discard block |
||
290 | 291 | * Sends HTTP headers. Simply calls PHP built-in header function. But being |
291 | 292 | * a function here, it can easily be tested/mocked. |
292 | 293 | * |
293 | - * @param $header string header to be sent |
|
294 | + * @param string $header string header to be sent |
|
294 | 295 | */ |
295 | 296 | protected function sendHeader($header) |
296 | 297 | { |