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
Copy file name to clipboardExpand all lines: UPGRADE-6.3.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ HttpKernel
47
47
----------
48
48
49
49
* Deprecate parameters `container.dumper.inline_factories` and `container.dumper.inline_class_loader`, use `.container.dumper.inline_factories` and `.container.dumper.inline_class_loader` instead
50
+
* Deprecate passing `null` or an instance of `Symfony\Contracts\EventDispatcher\EventDispatcherInterface` to `Symfony\Component\HttpKernel\DataCollector\EventDataCollector::__construct`, pass an iterable of `Symfony\Contracts\EventDispatcher\EventDispatcherInterface` instead
trigger_deprecation('symfony/http-kernel', '6.3', 'Passing "null" or a single "%s" to "%s()" is deprecated, pass an "%1$s" iterable instead.', EventDispatcherInterface::class, __METHOD__);
0 commit comments