mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-14 19:29:34 +01:00
Ran rector and made tests final
This commit is contained in:
@@ -30,7 +30,7 @@ use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\Validator\Exception\UnexpectedValueException;
|
||||
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
|
||||
|
||||
class UniqueObjectCollectionValidatorTest extends ConstraintValidatorTestCase
|
||||
final class UniqueObjectCollectionValidatorTest extends ConstraintValidatorTestCase
|
||||
{
|
||||
protected function createValidator(): UniqueObjectCollectionValidator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user