File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/PimcoreElementManagerBundle/DuplicateChecker Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "coreshop/resource-bundle" : " ^3 .0" ,
26
+ "coreshop/resource-bundle" : " ^4 .0" ,
27
27
"league/csv" : " ^9.0" ,
28
- "pimcore/pimcore" : " ^10 .0"
28
+ "pimcore/pimcore" : " ^11 .0"
29
29
},
30
30
"suggest" : {
31
31
"pimcore/object-merger" : " To directly merge duplicates"
Original file line number Diff line number Diff line change 18
18
namespace Instride \Bundle \PimcoreElementManagerBundle \DuplicateChecker ;
19
19
20
20
use Symfony \Component \Validator \Constraint ;
21
+ use Symfony \Component \Validator \ConstraintValidatorInterface ;
21
22
use Symfony \Component \Validator \Exception \UnexpectedTypeException ;
22
23
23
24
class ContainerConstraintValidatorFactory extends \Symfony \Component \Validator \ContainerConstraintValidatorFactory
24
25
{
25
26
/**
26
27
* @inheritDoc
27
28
*/
28
- public function getInstance (Constraint $ constraint )
29
+ public function getInstance (Constraint $ constraint ): ConstraintValidatorInterface
29
30
{
30
31
$ validator = parent ::getInstance ($ constraint );
31
32
You can’t perform that action at this time.
0 commit comments