Completed
Pull Request — master (#1299)
by Maximilian
05:10 queued 01:50
created
View/View.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -385,7 +385,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.