Passed
Branch main (6957a7)
by Moises
08:33 queued 06:39
created
example/views/home.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 
2 2
         <main>  
3
-            <h5><?= "My name is {$user->name}, i am {$user->age} years" ; ?></h5>
3
+            <h5><?= "My name is {$user->name}, i am {$user->age} years"; ?></h5>
4 4
             <br>
5 5
             <?php $this->insert('components/article'); ?><!-- ./ -->
6 6
         </main>
Please login to merge, or discard this patch.