We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | public function __construct( |
||
| 23 | ?ConstraintValidatorFactoryInterface $constraintValidatorFactory, |
||
| 24 | ?ValidatorInterface $validator, |
||
| 25 | ?TranslatorInterface $translator |
||
| 26 | ) { |
||
| 27 | $this->defaultValidator = $validator; |
||
| 28 | $this->defaultTranslator = $translator; |
||
| 29 | $this->constraintValidatorFactory = $constraintValidatorFactory; |
||
| 30 | } |
||
| 46 |