Completed
Pull Request — master (#42)
by Tobias
06:06
created
src/CookiePlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
      * Creates a cookie from a string.
84 84
      *
85 85
      * @param RequestInterface $request
86
-     * @param $setCookie
86
+     * @param string $setCookie
87 87
      *
88 88
      * @return Cookie|null
89 89
      */
Please login to merge, or discard this patch.
src/PluginClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
      * @param Plugin[] $pluginList     A list of plugins
118 118
      * @param callable $clientCallable Callable making the HTTP call
119 119
      *
120
-     * @return callable
120
+     * @return \Closure
121 121
      */
122 122
     private function createPluginChain($pluginList, callable $clientCallable)
123 123
     {
Please login to merge, or discard this patch.
src/BaseHostPlugin.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
      *  - replace: bool True will replace all hosts, false will only add host when none is specified.
30 30
      *
31 31
      * @param UriInterface $baseUri
32
-     * @param bool $replace
33 32
      */
34 33
     public function __construct(UriInterface $baseUri, array $config = [])
35 34
     {
Please login to merge, or discard this patch.