Completed
Push — master ( d23070...73ead1 )
by Daniel
09:10 queued 06:48
created
example/web/app_dev.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/Twig/ObjectRenderExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.