8000 minor #15812 [WebProfilerBundle] bug #15811 use of twig deprecated sa… · symfony/symfony@f3b6ffc · GitHub
[go: up one dir, main page]

Skip to content

Commit f3b6ffc

Browse files
committed
minor #15812 [WebProfilerBundle] bug #15811 use of twig deprecated sameas test (ctrl-f5)
This PR was merged into the 2.8 branch. Discussion ---------- [WebProfilerBundle] bug #15811 use of twig deprecated sameas test | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15811 | License | MIT | Doc PR | Commits ------- 534c5db bug #15811 use of twig deprecated sameas test
2 parents 0a5807b + 534c5db commit f3b6ffc

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/form.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@
644644
<th>{{ option }}</th>
645645
<td>{{ value }}</td>
646646
<td>
647-
{% if data.resolved_options[option] is sameas(value) %}
647+
{% if data.resolved_options[option] is same as(value) %}
648648
<em class="font-normal text-muted">same as passed value</em>
649649
{% else %}
650650
{{ data.resolved_options[option] }}

0 commit comments

Comments
 (0)
0