Completed
Push — master ( e54b6a...c762b0 )
by John
03:11
created
src/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/Standard/Raml/RamlOperation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      * @param \stdClass $definition
24 24
      * @param string    $path
25 25
      * @param string    $method
26
-     * @param array     $pathParameters
26
+     * @param Parameter[]     $pathParameters
27 27
      */
28 28
     public function __construct(\stdClass $definition, string $path, string $method, array $pathParameters = [])
29 29
     {
Please login to merge, or discard this patch.