mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Reverse logic operators.
This commit is contained in:
@@ -71,6 +71,6 @@ class IsTransferAccount implements Rule
|
||||
$validAccount = $validator->validateSource((int)$value, null, null);
|
||||
Log::debug(sprintf('Search by id (%d), result is %s.', (int)$value, var_export($validAccount, true)));
|
||||
|
||||
return !(false === $validAccount);
|
||||
return false !== $validAccount;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user