Passed
Push — master ( 2c9e0b...2fcaac )
by
unknown
06:32 queued 04:52
created
example/example.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 #!/usr/bin/env php
2 2
 <?php
3 3
 
4
-require_once __DIR__.'/../vendor/autoload.php';
4
+require_once __DIR__ . '/../vendor/autoload.php';
5 5
 
6 6
 $loader = new Twig_Loader_Filesystem(__DIR__);
7 7
 $twig = new Twig_Environment($loader, []);
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 $yourHtml = <<<'EXAMPLEHTML'
11 11
 <p>Hello, world.</p>
12
-EXAMPLEHTML;
12
+examplehtml;
13 13
 
14 14
 echo $twig->render('example.txt.twig', ['yourhtml' => $yourHtml]);
15 15
 // #=> Hello, world.
Please login to merge, or discard this patch.