Completed
Push — master ( e54b6a...c762b0 )
by John
03:11
created
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.