Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7f79a50

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/AThe 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 parentsbff782c +2201fbe commit7f79a50

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
<callmethod="setDisplayOptions">
4040
<argumenttype="collection">
41-
<argumentkey="fileLinkFormat"type="service"id="debug.file_link_formatter"></argument>
41+
<argumentkey="fileLinkFormat"type="service"id="debug.file_link_formatter"on-invalid="ignore"></argument>
4242
</argument>
4343
</call>
4444
</service>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp