Skip to content

Commit c13fe9c

Browse files
authored
Merge pull request #281 from danieltj27/ticket/1430
[ticket/1430] fix the order of use and namespace keywords in extension document
2 parents 2a88638 + d48525e commit c13fe9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development/extensions/tutorial_controllers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Every controller should contain at least two methods:
4444
4545
<?php
4646
47-
use \Symfony\Component\HttpFoundation\Response;
48-
4947
namespace acme\demo\controller;
5048
49+
use \Symfony\Component\HttpFoundation\Response;
50+
5151
class main
5252
{
5353
/* @var \phpbb\config\config */

0 commit comments

Comments
 (0)