Skip to content

Commit 18c39ac

Browse files
committed
merged conflict
2 parents ea825dc + 143ca82 commit 18c39ac

File tree

2 files changed

+334
-9
lines changed

2 files changed

+334
-9
lines changed

book/page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ of writing the HTML inside the controller, use a template instead::
204204
// src/Sensio/HelloBundle/Controller/HelloController.php
205205

206206
namespace Sensio\HelloBundle\Controller;
207+
207208
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
208209

209210
class HelloController extends Controller
@@ -215,7 +216,6 @@ of writing the HTML inside the controller, use a template instead::
215216
// render a PHP template instead
216217
// return $this->render('HelloBundle:Hello:index.html.php', array('name' => $name));
217218
}
218-
219219
}
220220

221221
.. note::

0 commit comments

Comments
 (0)