Completed
Push — 1.x ( 3b01cc...91f253 )
by Akihito
20s queued 12s
created
src/AbstractRequest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -98,6 +98,7 @@
 block discarded – undo
98 98
     /**
99 99
      * @param array<string, mixed> $query
100 100
      * @param list<LinkType>       $links
101
+     * @param LinkerInterface $linker
101 102
      *
102 103
      * @throws MethodException
103 104
      */
Please login to merge, or discard this patch.
src/NamedParamMetas.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
     }
150 150
 
151 151
     /**
152
-     * @return DefaultParam|NoDefaultParam
152
+     * @return ParamInterface
153 153
      * @psalm-return DefaultParam<mixed>|NoDefaultParam
154 154
      */
155 155
     private function getDefault(ReflectionParameter $parameter)
Please login to merge, or discard this patch.