Completed
Push — master ( be4b54...4b1069 )
by ignace nyamagana
04:15
created
src/Components/Query.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
      * This method MUST retain the state of the current instance, and return
169 169
      * an instance that contains the modified query
170 170
      *
171
-     * @param Query|string $query the data to be merged query can be
171
+     * @param Query $query the data to be merged query can be
172 172
      *                            - another Interfaces\Query object
173 173
      *                            - a string or a Stringable object
174 174
      *
Please login to merge, or discard this patch.
src/Modifiers/Resolve.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
      *
88 88
      * @param Uri|UriInterface $payload
89 89
      *
90
-     * @return Uri|UriInterface
90
+     * @return UriInterface
91 91
      */
92 92
     protected function resolvePath($payload)
93 93
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      *
116 116
      * @param string $path
117 117
      *
118
-     * @return PathInterface
118
+     * @return Path
119 119
      */
120 120
     protected function mergePath($path)
121 121
     {
Please login to merge, or discard this patch.