| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | 20 | protected function getValidationMessage( |
|
| 10 | \ReflectionFunctionAbstract $reflection, |
||
| 11 | string $parameter, |
||
| 12 | ): string { |
||
| 13 | 20 | $pattern = "Invalid argument value type for the `$parameter` parameter when validating arguments for `%s`."; |
|
| 14 | 20 | return $this->renderFunctionAndParameter($reflection, $pattern); |
|
| 15 | } |
||
| 17 |