@@ -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 | { |
@@ -146,7 +147,7 @@ discard block |
||
146 | 147 | * Finally, if no date found, return null. |
147 | 148 | * |
148 | 149 | * @param Concept $concept |
149 | - * @return DateTime|null |
|
150 | + * @return DateTime |
|
150 | 151 | */ |
151 | 152 | protected function getModifiedDate(Concept $concept = null) |
152 | 153 | { |
@@ -300,7 +301,7 @@ discard block |
||
300 | 301 | * Sends HTTP headers. Simply calls PHP built-in header function. But being |
301 | 302 | * a function here, it can easily be tested/mocked. |
302 | 303 | * |
303 | - * @param $header string header to be sent |
|
304 | + * @param string $header string header to be sent |
|
304 | 305 | */ |
305 | 306 | protected function sendHeader($header) |
306 | 307 | { |