Completed
Pull Request — master (#69)
by Cethy
02:54
created
src/Serializer/SerializerAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     /**
70 70
      * Deserializes data into the given type.
71 71
      *
72
-     * @param mixed                      $data
72
+     * @param string                      $data
73 73
      * @param string                     $type
74 74
      * @param string                     $format
75 75
      * @param SerializationContext|array $context
Please login to merge, or discard this patch.
src/Tests/Functional/PetStore/Controller/UserController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      * @param string $username
18 18
      * @param string $password
19 19
      *
20
-     * @return array
20
+     * @return string
21 21
      */
22 22
     public function loginUser($username, $password)
23 23
     {
Please login to merge, or discard this patch.
src/Test/ApiTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -308,8 +308,8 @@
 block discarded – undo
308 308
     }
309 309
 
310 310
     /**
311
-     * @param mixed  $expected
312
-     * @param mixed  $actual
311
+     * @param integer  $expected
312
+     * @param integer  $actual
313 313
      * @param string $message
314 314
      *
315 315
      * @return mixed
Please login to merge, or discard this patch.
src/Document/OperationObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @return object
75
+     * @return \stdClass
76 76
      */
77 77
     private function assembleRequestSchema()
78 78
     {
Please login to merge, or discard this patch.