Completed
Push — master ( a8f089...e1da9e )
by ignace nyamagana
14:33
created
src/Modifiers/AbstractHostModifier.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,9 +26,8 @@
 block discarded – undo
26 26
     /**
27 27
      * Return a Uri object modified according to the modifier
28 28
      *
29
-     * @param Uri|UriInterface $payload
30 29
      *
31
-     * @return Uri|UriInterface
30
+     * @return UriInterface
32 31
      */
33 32
     public function __invoke($uri)
34 33
     {
Please login to merge, or discard this patch.
src/Modifiers/AbstractPathModifier.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,9 +26,8 @@
 block discarded – undo
26 26
     /**
27 27
      * Return a Uri object modified according to the modifier
28 28
      *
29
-     * @param Uri|UriInterface $payload
30 29
      *
31
-     * @return Uri|UriInterface
30
+     * @return UriInterface
32 31
      */
33 32
     public function __invoke($uri)
34 33
     {
Please login to merge, or discard this patch.