Skip to content

Commit aff00bf

Browse files
committed
minor #9712 Fix correct extension in comment of example (lex111)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9712). Discussion ---------- Fix correct extension in comment of example Because this is a PHP template (`html+php`), then the extension should be PHP. Commits ------- d005898 Fix correct extension in comment of example
2 parents a4796b8 + d005898 commit aff00bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/upload_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ to :doc:`customize form rendering </form/form_customization>`):
102102

103103
.. code-block:: html+php
104104

105-
<!-- app/Resources/views/product/new.html.twig -->
105+
<!-- app/Resources/views/product/new.html.php -->
106106
<h1>Adding a new product</h1>
107107

108108
<?php echo $view['form']->start($form) ?>

0 commit comments

Comments
 (0)