Completed
Pull Request — master (#1299)
by Maximilian
05:10 queued 01:50
created
EventListener/BodyListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
Routing/Loader/Reader/RestActionReader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Doctrine\Common\Annotations\Reader;
15 15
 use FOS\RestBundle\Controller\Annotations\Route as RouteAnnotation;
16 16
 use FOS\RestBundle\Inflector\InflectorInterface;
17
-use FOS\RestBundle\Request\ParamReader;
18 17
 use FOS\RestBundle\Routing\RestRouteCollection;
19 18
 use Symfony\Component\Routing\Route;
20 19
 use FOS\RestBundle\Request\ParamReaderInterface;
Please login to merge, or discard this patch.
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.