mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -87,10 +87,10 @@ class UniqueAccountNumber implements Rule
|
||||
public function passes($attribute, $value): bool
|
||||
{
|
||||
if (!auth()->check()) {
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
if (null === $this->expectedType) {
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
$maxCounts = $this->getMaxOccurrences();
|
||||
|
||||
|
Reference in New Issue
Block a user