Completed
Push — master ( 4b1069...208aee )
by ignace nyamagana
08:28
created
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.