mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-23 12:24:45 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue