mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix phpstan level 3!
This commit is contained in:
@@ -39,9 +39,10 @@ class IsUniqueAccount implements ValidationRule, DataAwareRule
|
||||
protected \Closure $fail;
|
||||
|
||||
#[\Override]
|
||||
public function setData(array $data): void
|
||||
public function setData(array $data): self // @phpstan-ignore-line
|
||||
{
|
||||
$this->data = $data;
|
||||
return $this;
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
|
||||
Reference in New Issue
Block a user