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 | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | 119 | public function __construct(?ValidatorInterface $validator, ConstraintValidatorFactoryInterface $constraintValidatorFactory, ?TranslatorInterface $translator) |
|
| 25 | { |
||
| 26 | 119 | $this->defaultValidator = $validator; |
|
| 27 | 119 | $this->defaultTranslator = $translator; |
|
| 28 | 119 | $this->constraintValidatorFactory = $constraintValidatorFactory; |
|
| 29 | 119 | } |
|
| 47 |