Skip to content

Commit 664a001

Browse files
committed
minor #9358 Missing the obvious <?php (nasaralla)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9358). Discussion ---------- Missing the obvious <?php Simple missing <?php had me wondering for an hour Commits ------- 261dd81 Missing the obvious <?php
2 parents 02e1fa6 + 261dd81 commit 664a001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

page_creation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ random) number and prints it. To do that, create a "Controller class" and a
3939
"controller" method inside of it that will be executed when someone goes to
4040
``/lucky/number``::
4141

42+
<?php
4243
// src/AppBundle/Controller/LuckyController.php
4344
namespace AppBundle\Controller;
4445

0 commit comments

Comments
 (0)