Completed
Push — master ( 6d2cf2...d81286 )
by Jared
11s
created
src/RsaSha1Signature.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      *
38 38
      * @param string $uri
39 39
      *
40
-     * @return Url
40
+     * @return \Psr\Http\Message\UriInterface
41 41
      */
42 42
     protected function createUrl($uri)
43 43
     {
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      * Generate a base string for a RSA-SHA1 signature
49 49
      * based on the given a url, method, and any parameters.
50 50
      *
51
-     * @param Url    $url
51
+     * @param Uri    $url
52 52
      * @param string $method
53 53
      * @param array  $parameters
54 54
      *
Please login to merge, or discard this patch.