From 43ca2e671bce2574033aaf344ae28b1edbe54984 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 10 Jan 2016 02:09:36 +0100 Subject: [PATCH] Fix CS --- cookbook/configuration/micro-kernel-trait.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/configuration/micro-kernel-trait.rst b/cookbook/configuration/micro-kernel-trait.rst index 7e4563f34bb..131819faa9d 100644 --- a/cookbook/configuration/micro-kernel-trait.rst +++ b/cookbook/configuration/micro-kernel-trait.rst @@ -274,7 +274,7 @@ your *kernel* lives in. Since ``AppKernel`` lives in ``app/``, this template liv at ``app/Resources/views/micro/random.html.twig``. Finally, you need a front controller to boot and run the application. Create a -``web/index.php``: +``web/index.php``:: // web/index.php