Completed
Push — master ( 1dd4d8...0ba3ad )
by John
02:20
created
src/Description/Document/Definition/RefResolver/RefResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /**
60 60
      * Resolve all references
61 61
      *
62
-     * @return mixed The whole definition can be a reference to a scalar value
62
+     * @return \stdClass The whole definition can be a reference to a scalar value
63 63
      */
64 64
     public function resolve()
65 65
     {
Please login to merge, or discard this patch.
src/Description/Operation.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -171,8 +171,6 @@
 block discarded – undo
171 171
     }
172 172
 
173 173
     /**
174
-     * @param string $path
175
-     * @param string $method
176 174
      *
177 175
      * @return Parameter|null
178 176
      */
Please login to merge, or discard this patch.