Completed
Push — master ( 955d05...19c28e )
by David
03:37
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
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      * Creates a cookie from a string.
86 86
      *
87 87
      * @param RequestInterface $request
88
-     * @param $setCookie
88
+     * @param string $setCookie
89 89
      *
90 90
      * @return Cookie|null
91 91
      *
Please login to merge, or discard this patch.