Passed
Branch main (04e35b)
by Moises
02:59
created
Category
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
 
3 3
         <main>  
4
-            <h5><?= "My name is {$this->data->user->name}, i am {$this->data->user->age} years" ; ?></h5>
4
+            <h5><?= "My name is {$this->data->user->name}, i am {$this->data->user->age} years"; ?></h5>
5 5
         </main>
Please login to merge, or discard this patch.