Passed
Push — master ( 534b0c...8bd354 )
by Matt
05:44
created
src/Billow/Actions/Action.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      *
49 49
      * @param Array $headers
50 50
      * @param string $body
51
-     * @return \GuzzleHttp\Message\Request
51
+     * @return Request
52 52
      */
53 53
     public function getRequest(Array $headers = [], $body = '')
54 54
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Billow\Actions;
3 3
 use GuzzleHttp\Psr7\Request;
4
-use GuzzleHttp\Psr7\Stream;
5 4
 use RuntimeException;
6 5
 
7 6
 /**
Please login to merge, or discard this patch.