Completed
Pull Request — master (#40)
by Tobias
03:36
created
src/Plugin/CookiePlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      * Creates a cookie from a string.
87 87
      *
88 88
      * @param RequestInterface $request
89
-     * @param $setCookie
89
+     * @param string $setCookie
90 90
      *
91 91
      * @return Cookie|null
92 92
      */
Please login to merge, or discard this patch.
src/PluginClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     private $options;
41 41
 
42 42
     /**
43
-     * @param HttpClient|HttpAsyncClient $client
43
+     * @param HttpClient $client
44 44
      * @param Plugin[]                   $plugins
45 45
      * @param array                      $options {
46 46
      *
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
      * @param Plugin[] $pluginList     A list of plugins
137 137
      * @param callable $clientCallable Callable making the HTTP call
138 138
      *
139
-     * @return callable
139
+     * @return \Closure
140 140
      */
141 141
     private function createPluginChain($pluginList, callable $clientCallable)
142 142
     {
Please login to merge, or discard this patch.