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]`
$unInitializedPropertyMessage = \sprintf('Typed property %s::$%s must not be accessed before initialization', get_debug_type($subject), $this->property);
57
57
if ($e->getMessage() !== $unInitializedPropertyMessage) {
@@ -84,7 +84,7 @@ public function setMarking(object $subject, Marking $marking, array $context = [
0 commit comments