Passed
Push — main ( 443a20...ef6329 )
by Moises
11:31
created
example/views/home.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 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><?php $this->insert('components.article'); ?>
5 5
         </main>
Please login to merge, or discard this patch.