8000 bug #21292 Ignore missing 'debug.file_link_formatter' service in Debu… · symfony/symfony@7f79a50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f79a50

Browse files
bug #21292 Ignore missing 'debug.file_link_formatter' service in Debug bundle (core23)
This PR was merged into the 3.2 branch. Discussion ---------- Ignore missing 'debug.file_link_formatter' service in Debug bundle | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A The new `HtmlDumper` requires the `debug.file_link_formatter` service which isn't available in older versions of the `DebugBundle` Commits ------- 2201fbe Ignore missing 'debug.file_link_formatter' service in Debug bundle
2 parents bff782c + 2201fbe commit 7f79a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/DebugBundle/Resources/config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<argument>0</argument> <!-- flags -->
3939
<call method="setDisplayOptions">
4040
<argument type="collection">
41-
<argument key="fileLinkFormat" type="service" id="debug.file_link_formatter"></argument>
41+
<argument key="fileLinkFormat" type="service" id="debug.file_link_formatter" on-invalid="ignore"></argument>
4242
</argument>
4343
</call>
4444
</service>

0 commit comments

Comments
 (0)
0