File tree 2 files changed +2
-2
lines changed
DebugBundle/Resources/config
TwigBundle/Resources/config
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
<service id =" data_collector.dump" class =" Symfony\Component\HttpKernel\DataCollector\DumpDataCollector" >
15
15
<tag name =" data_collector" id =" dump" template =" @Debug/Profiler/dump.html.twig" priority =" 240" />
16
16
<argument type =" service" id =" debug.stopwatch" on-invalid =" ignore" />
17
- <argument type =" service" id =" debug.file_link_formatter" ></argument >
17
+ <argument type =" service" id =" debug.file_link_formatter" on-invalid = " ignore " ></argument >
18
18
<argument >%kernel.charset%</argument >
19
19
<argument type =" service" id =" request_stack" />
20
20
<argument >null</argument ><!-- var_dumper.cli_dumper when debug.dump_destination is set -->
Original file line number Diff line number Diff line change 88
88
89
89
<service id =" twig.extension.code" class =" Symfony\Bridge\Twig\Extension\CodeExtension" public =" false" >
90
90
<tag name =" twig.extension" />
91
- <argument type =" service" id =" debug.file_link_formatter" />
91
+ <argument type =" service" id =" debug.file_link_formatter" on-invalid = " ignore " />
92
92
<argument >%kernel.root_dir%</argument >
93
93
<argument >%kernel.charset%</argument >
94
94
</service >
You can’t perform that action at this time.
0 commit comments