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
* 5.4:
[Semaphore] fix tests
[HttpClient] fix destructing CurlResponse
[Cache] Fix connecting to Redis via a socket file
[DependencyInjection][FrameworkBundle] Fix using PHP 8.1 enum as parameters
[PropertyAccessor] Add missing TypeError catch
[HttpKernel] Fixed error count by log not displayed in WebProfilerBundle
Added `kernel.event_listener` to the default list of behavior describing tags, fixing AsEventListener attribute not working on decorators.
[WebProfilerBundle] Fixes weird spacing in log message context/trace output
[Notifier] fix Microsoft Teams webhook url
[FrameworkBundle] Fix log channel of TagAwareAdapter
[Postmark] ensure only a single tag can be used with Postmark
[Mailer] allow Mailchimp to handle multiple TagHeader's
[HttpClient] Fix Content-Length header when possible
[DependencyInjection] Don't dump polyfilled classes in preload script
thrownewInvalidArgumentException(sprintf('You cannot dump a container with parameters that contain special arguments. "%s" found in "%s".', get_debug_type($value), $path.'/'.$key));
1606
1607
} elseif ($valueinstanceof Variable) {
@@ -1611,6 +1612,9 @@ private function exportParameters(array $parameters, string $path = '', int $ind
1611
1612
thrownewInvalidArgumentException(sprintf('You cannot dump a container with parameters that contain references to other services (reference to service "%s" found in "%s").', $value, $path.'/'.$key));
1612
1613
} elseif ($valueinstanceof Expression) {
1613
1614
thrownewInvalidArgumentException(sprintf('You cannot dump a container with parameters that contain expressions. Expression "%s" found in "%s".', $value, $path.'/'.$key));
0 commit comments