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
* 7.4:
fix merge
[FrameworkBundle] Remove extra argument from ContainerBuilder::willBeAvailable call
fix ext-redis 6.2.0 compatibility
[CssSelector] Fix incorrect return type for Token::getType()
[Workflow] State contamination due to class-based setter cache
fix: fixed State contamination in marking stores due to class-based getter cache
[Validator] Fix call to undefined getParser() in YamlValidator
[ObjectMapper] Update Map attribute PHPDoc to match TransformCallableInterface signature
fix tests
Fix contentId assignment for inline attachments
[HtmlSanitizer] Remove `srcdoc` from allowed attributes
[EventDispatcher][FrameworkBundle] Rework union types on `#[AsEventListener]`
thrownewLogicException(\sprintf('AsEventListener attribute cannot declare a method on "%s::%s()".', $reflector->class, $reflector->name));
718
-
}
719
-
720
-
$tagAttributes['method'] = $reflector->getName();
721
-
722
-
if (!$eventArg = $reflector->getParameters()[0] ?? null) {
723
-
thrownewLogicException(\sprintf('AsEventListener attribute requires the first argument of "%s::%s()" to be an event object.', $reflector->class, $reflector->name));
0 commit comments