mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 13:34:28 +02:00
Fixed code style.
This commit is contained in:
parent
2853e471c4
commit
d0b1024d80
212 changed files with 495 additions and 1005 deletions
|
@ -20,7 +20,6 @@
|
|||
|
||||
namespace App\Validator\Constraints\BigDecimal;
|
||||
|
||||
|
||||
use Brick\Math\BigDecimal;
|
||||
use Symfony\Component\Validator\Constraints\AbstractComparisonValidator;
|
||||
use Symfony\Component\Validator\Constraints\GreaterThan;
|
||||
|
@ -56,4 +55,4 @@ class BigDecimalGreaterThanValidator extends AbstractComparisonValidator
|
|||
{
|
||||
return GreaterThan::TOO_LOW_ERROR;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
namespace App\Validator\Constraints\BigDecimal;
|
||||
|
||||
|
||||
use Brick\Math\BigDecimal;
|
||||
use Symfony\Component\Validator\Constraints\AbstractComparisonValidator;
|
||||
use Symfony\Component\Validator\Constraints\GreaterThanOrEqual;
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
|
||||
namespace App\Validator\Constraints\BigDecimal;
|
||||
|
||||
|
||||
use Symfony\Component\Validator\Constraints\GreaterThan;
|
||||
use Symfony\Component\Validator\Constraints\GreaterThanValidator;
|
||||
use Symfony\Component\Validator\Constraints\NumberConstraintTrait;
|
||||
|
||||
/**
|
||||
|
@ -46,4 +44,4 @@ class BigDecimalPositive extends GreaterThan
|
|||
{
|
||||
return BigDecimalGreaterThanValidator::class;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
namespace App\Validator\Constraints\BigDecimal;
|
||||
|
||||
|
||||
use Symfony\Component\Validator\Constraints\GreaterThanOrEqual;
|
||||
use Symfony\Component\Validator\Constraints\NumberConstraintTrait;
|
||||
|
||||
|
@ -45,4 +44,4 @@ class BigDecimalPositiveOrZero extends GreaterThanOrEqual
|
|||
{
|
||||
return BigDecimalGreaterThenOrEqualValidator::class;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue