You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 4.4:
[Serializer] Fix passing null to str_contains()
[DependencyInjection] Don't reset env placeholders during compilation
[HttpClient] Fix overriding default options with null
[DependencyInjection] Clarify that using expressions in parameters is not allowed
[GHA] Cancel running CI jobs when a PR is updated
[Validator] Improve tests for the Image and File constraints
[Validator][Tests] Fix AssertingContextualValidator not throwing on remaining expectations
thrownewInvalidArgumentException(sprintf('Using expressions in parameters is not allowed in "%s".', $file));
905
+
}
906
+
903
907
if (!class_exists(Expression::class)) {
904
908
thrownew \LogicException('The "@=" expression syntax cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".');
0 commit comments