We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -54,9 +54,9 @@ |
||
54 | 54 | |
55 | 55 | if (!$this->expressionLanguage->evaluate($constraint->expression, $variables)) { |
56 | 56 | $this->context->buildViolation($constraint->message) |
57 | - ->setParameter('{{ value }}', $this->formatValue($value, self::OBJECT_TO_STRING)) |
|
58 | - ->setCode(Expression::EXPRESSION_FAILED_ERROR) |
|
59 | - ->addViolation(); |
|
57 | + ->setParameter('{{ value }}', $this->formatValue($value, self::OBJECT_TO_STRING)) |
|
58 | + ->setCode(Expression::EXPRESSION_FAILED_ERROR) |
|
59 | + ->addViolation(); |
|
60 | 60 | } |
61 | 61 | } |
62 | 62 |