@@ -131,7 +131,7 @@ |
||
131 | 131 | /** |
132 | 132 | * Check if the Request is a not a DELETE with no content and no Content-Type. |
133 | 133 | * |
134 | - * @param $method |
|
134 | + * @param string $method |
|
135 | 135 | * @param $content |
136 | 136 | * @param $contentType |
137 | 137 | * |
@@ -385,7 +385,7 @@ discard block |
||
385 | 385 | /** |
386 | 386 | * Gets the HTTP status code. |
387 | 387 | * |
388 | - * @return int|null |
|
388 | + * @return integer |
|
389 | 389 | */ |
390 | 390 | public function getStatusCode() |
391 | 391 | { |
@@ -405,7 +405,7 @@ discard block |
||
405 | 405 | /** |
406 | 406 | * Gets the template. |
407 | 407 | * |
408 | - * @return TemplateReference|string|null |
|
408 | + * @return string |
|
409 | 409 | */ |
410 | 410 | public function getTemplate() |
411 | 411 | { |
@@ -415,7 +415,7 @@ discard block |
||
415 | 415 | /** |
416 | 416 | * Gets the template variable name. |
417 | 417 | * |
418 | - * @return string|null |
|
418 | + * @return string |
|
419 | 419 | */ |
420 | 420 | public function getTemplateVar() |
421 | 421 | { |
@@ -425,7 +425,7 @@ discard block |
||
425 | 425 | /** |
426 | 426 | * Gets the engine. |
427 | 427 | * |
428 | - * @return string|null |
|
428 | + * @return string |
|
429 | 429 | */ |
430 | 430 | public function getEngine() |
431 | 431 | { |
@@ -435,7 +435,7 @@ discard block |
||
435 | 435 | /** |
436 | 436 | * Gets the format. |
437 | 437 | * |
438 | - * @return string|null |
|
438 | + * @return string |
|
439 | 439 | */ |
440 | 440 | public function getFormat() |
441 | 441 | { |
@@ -445,7 +445,7 @@ discard block |
||
445 | 445 | /** |
446 | 446 | * Gets the location. |
447 | 447 | * |
448 | - * @return string|null |
|
448 | + * @return string |
|
449 | 449 | */ |
450 | 450 | public function getLocation() |
451 | 451 | { |
@@ -455,7 +455,7 @@ discard block |
||
455 | 455 | /** |
456 | 456 | * Gets the route. |
457 | 457 | * |
458 | - * @return string|null |
|
458 | + * @return string |
|
459 | 459 | */ |
460 | 460 | public function getRoute() |
461 | 461 | { |