@@ -146,6 +146,9 @@ discard block |
||
| 146 | 146 | ); |
| 147 | 147 | } |
| 148 | 148 | |
| 149 | + /** |
|
| 150 | + * @param string $methodName |
|
| 151 | + */ |
|
| 149 | 152 | private function createUnexpectedCallException(ObjectProphecy $prophecy, $methodName, |
| 150 | 153 | array $arguments) |
| 151 | 154 | { |
@@ -193,6 +196,9 @@ discard block |
||
| 193 | 196 | ); |
| 194 | 197 | } |
| 195 | 198 | |
| 199 | + /** |
|
| 200 | + * @param integer $indentationLength |
|
| 201 | + */ |
|
| 196 | 202 | private function indentArguments(array $arguments, $indentationLength) |
| 197 | 203 | { |
| 198 | 204 | return \preg_replace_callback( |