We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -35,7 +35,7 @@ |
||
35 | 35 | public function validate($value, Constraint $constraint): void |
36 | 36 | { |
37 | 37 | if (!$constraint instanceof Expression) { |
38 | - throw new UnexpectedTypeException($constraint, __NAMESPACE__ . '\Expression'); |
|
38 | + throw new UnexpectedTypeException($constraint, __NAMESPACE__.'\Expression'); |
|
39 | 39 | } |
40 | 40 | |
41 | 41 | $variables = $constraint->values; |