Skip to content

Commit af67832

Browse files
committed
Merge branch '7.4' into 8.0
By Mathias Arlaud (2) and Yonel Ceruto (1) Via Alexandre Daubois (2) and others * 7.4: [JsonStreamer] Add deprecation related tests [JsonStreamer] Fix #61880 upmerge Fix argument syntax for callable and lazy initialization of inline service
2 parents 1b85579 + 1b0c422 commit af67832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/serializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
->args([service('request_stack')]),
222222
inline_service(ErrorRendererInterface::class)
223223
->factory([\Closure::class, 'fromCallable'])
224-
->args([service('error_renderer.default'), 'render'])
224+
->args([[service('error_renderer.default'), 'render']])
225225
->lazy(),
226226
inline_service()
227227
->factory([HtmlErrorRenderer::class, 'isDebug'])

0 commit comments

Comments
 (0)