Passed
Pull Request — master (#23)
by
unknown
03:07
created
resources/views/home.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 -->
7 7
 <html>
8 8
 <?php
9
-$data = ['title' => 'StupidlySimple PHP | Home'];
9
+$data = [ 'title' => 'StupidlySimple PHP | Home' ];
10 10
 Core\Viewer::file('layouts/head.php', $data); ?>
11 11
 <body>
12 12
 <!-- Wrapper -->
Please login to merge, or discard this patch.