| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class SafeDelete extends ProctRecordAction |
||
| 14 | { |
||
| 15 | use DeleteResponseTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @inheritdoc |
||
| 19 | */ |
||
| 20 | protected string $errorMessage = 'Safe Delete failed for unknown reasons.'; |
||
| 21 | 2 | ||
| 22 | /** |
||
| 23 | 2 | * @inheritdoc |
|
| 24 | 2 | */ |
|
| 25 | 2 | protected function proct(ARContract $model, array $params): bool |
|
| 30 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.