Completed
Push — master ( a501be...1ecfb4 )
by Elf
02:57
created
src/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      * @param  string  $url
94 94
      * @param  string  $method
95 95
      * @param  array   $options
96
-     * @return GuzzleHttp\Psr7\Response|null
96
+     * @return Psr\Http\Message\ResponseInterface|null
97 97
      */
98 98
     function fetch($url, $method = 'GET', $options = [])
99 99
     {
Please login to merge, or discard this patch.