@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | } |
82 | 82 | |
83 | 83 | /** |
84 | - * @param mixed|null $response |
|
84 | + * @param MockInterface $response |
|
85 | 85 | * @return void |
86 | 86 | */ |
87 | 87 | protected function setExpectations($response = null): void |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | |
102 | 102 | /** |
103 | 103 | * @param \stdClass $buffer |
104 | - * @return mixed |
|
104 | + * @return \stdClass |
|
105 | 105 | */ |
106 | 106 | protected function catchStreamWrite(\stdClass $buffer) |
107 | 107 | { |