| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function hasError(): bool |
||
| 19 | { |
||
| 20 | return (bool) ($this->error ?? $this->Error ?? null); |
||
|
2 ignored issues
–
show
|
|||
| 21 | } |
||
| 32 |