Completed
Pull Request — master (#14)
by Márk
03:38
created
src/PluginClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      * @param Plugin[] $pluginList     A list of plugins
124 124
      * @param callable $clientCallable Callable making the HTTP call
125 125
      *
126
-     * @return callable
126
+     * @return \Closure
127 127
      */
128 128
     private function createPluginChain($pluginList, callable $clientCallable)
129 129
     {
Please login to merge, or discard this patch.
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.