mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Auto commit for release 'develop' on 2025-03-14
This commit is contained in:
@@ -31,6 +31,7 @@ use Illuminate\Support\Facades\Log;
|
||||
|
||||
class IsValidZeroOrMoreAmount implements ValidationRule
|
||||
{
|
||||
use ValidatesAmountsTrait;
|
||||
private bool $nullable = false;
|
||||
|
||||
public function __construct(bool $nullable = false)
|
||||
@@ -38,9 +39,6 @@ class IsValidZeroOrMoreAmount implements ValidationRule
|
||||
$this->nullable = $nullable;
|
||||
}
|
||||
|
||||
|
||||
use ValidatesAmountsTrait;
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
|
||||
*/
|
||||
|
Reference in New Issue
Block a user