Completed
Push — master ( 0a96b0...e7c95d )
by Alexandre
03:13
created
src/Rule/CurlRule.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 
75 75
     /**
76 76
      * @param  array $expectedResponse
77
-     * @param  array $response
77
+     * @param  Response $response
78 78
      *
79 79
      * @throws ExpectationFailedException
80 80
      */
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 
98 98
     /**
99 99
      * @param  array $expectedResponse
100
-     * @param  array $response
100
+     * @param  Response $response
101 101
      *
102 102
      * @throws ExpectationFailedException
103 103
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace ProjectQualityInspector\Rule;
12 12
 
13
-use ProjectQualityInspector\Application\ProcessHelper;
14 13
 use ProjectQualityInspector\Exception\ExpectationFailedException;
15 14
 use GuzzleHttp\Psr7\Request;
16 15
 use GuzzleHttp\Psr7\Response;
Please login to merge, or discard this patch.