Completed
Push — develop ( 68bb20...41c5da )
by Risan Bagja
01:46
created
src/Credentials/CredentialsFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      * Get missing parameter's key.
72 72
      *
73 73
      * @param array $parameters
74
-     * @param array $requiredKeys
74
+     * @param string[] $requiredKeys
75 75
      *
76 76
      * @return string|null
77 77
      */
Please login to merge, or discard this patch.
src/Request/UriParserInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
      * Resolve the URI against the base URI.
38 38
      *
39 39
      * @param \Psr\Http\Message\UriInterface $baseUri
40
-     * @param \Psr\Http\Message\UriInterface $relativeUri
41 40
      *
42 41
      * @return \Psr\Http\Message\UriInterface
43 42
      */
Please login to merge, or discard this patch.