mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Replace phpstan suggestions
This commit is contained in:
@@ -114,7 +114,7 @@ class UpdateRequest extends FormRequest
|
||||
}
|
||||
$return[] = $current;
|
||||
}
|
||||
if (empty($return)) {
|
||||
if (0 === count($return)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user