Completed
Push — master ( 0a96b0...e7c95d )
by Alexandre
03:13
created
src/Rule/CurlRule.php 1 patch
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.