Completed
Push — master ( ad3b69...02c092 )
by John
09:08 queued 05:48
created
tests/EventListener/Request/RequestProcessorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -303,7 +303,7 @@
 block discarded – undo
303 303
         {
304 304
             /**
305 305
              * @param array $attributes
306
-             * @param array $content
306
+             * @param string $content
307 307
              */
308 308
             public function __construct(array $attributes, $content)
309 309
             {
Please login to merge, or discard this patch.
tests/Functional/PetStore/Controller/EntityController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      * @param int       $id
74 74
      * @param \stdClass $data
75 75
      *
76
-     * @return array
76
+     * @return \stdClass
77 77
      */
78 78
     public function put(string $type, int $id, \stdClass $data)
79 79
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
      * @param string    $type
88 88
      * @param \stdClass $data
89 89
      *
90
-     * @return array
90
+     * @return \stdClass
91 91
      */
92 92
     public function post(string $type, \stdClass $data)
93 93
     {
Please login to merge, or discard this patch.