| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php namespace Propaganistas\LaravelPhone\Exceptions; |
||
| 13 | 3 | public static function ambiguous($parameter) |
|
| 14 | { |
||
| 15 | 3 | return new static('Ambiguous phone validation parameter: "' . $parameter . '". This parameter is recognized as an input field and as a phone type. Please rename the input field.'); |
|
| 16 | } |
||
| 17 | |||
| 30 | } |