@@ -4,7 +4,7 @@ |
||
| 4 | 4 | use Symfony\Component\Debug\Debug; |
| 5 | 5 | use Symfony\Component\HttpFoundation\Request; |
| 6 | 6 | |
| 7 | -require __DIR__ . '/../../vendor/autoload.php'; |
|
| 7 | +require __DIR__.'/../../vendor/autoload.php'; |
|
| 8 | 8 | |
| 9 | 9 | Debug::enable(); |
| 10 | 10 | require_once __DIR__.'/../app/AppKernel.php'; |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | new \Twig_SimpleFunction('psi_render_object', null, [ |
| 21 | 21 | 'node_class' => RenderObjectNode::class, |
| 22 | 22 | ], [ |
| 23 | - 'is_safe' => ['html'], |
|
| 23 | + 'is_safe' => [ 'html' ], |
|
| 24 | 24 | ]), |
| 25 | 25 | ]; |
| 26 | 26 | } |