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:
[Cache] Fix connecting to Redis via a socket file
[DependencyInjection][FrameworkBundle] Fix using PHP 8.1 enum as parameters
[PropertyAccessor] Add missing TypeError catch
[FrameworkBundle] Fix log channel of TagAwareAdapter
[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));
1622
1623
} elseif ($valueinstanceof Variable) {
@@ -1627,6 +1628,9 @@ private function exportParameters(array $parameters, string $path = '', int $ind
1627
1628
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));
1628
1629
} elseif ($valueinstanceof Expression) {
1629
1630
thrownewInvalidArgumentException(sprintf('You cannot dump a container with parameters that contain expressions. Expression "%s" found in "%s".', $value, $path.'/'.$key));
0 commit comments