Passed
Push — master ( 216345...7ffbc4 )
by Sergei
13:30 queued 11:02
created
src/views/web/index.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,11 +39,14 @@
 block discarded – undo
39 39
             <div class="alert alert-info">
40 40
                 <strong>Your server configuration satisfies the minimum requirements by this application.<br>Please pay attention to the warnings listed below and check if your application will use the corresponding features.</strong>
41 41
             </div>
42
-        <?php else : ?>
42
+        <?php else {
43
+    : ?>
43 44
             <div class="alert alert-success">
44 45
                 <strong>Congratulations! Your server configuration satisfies all requirements.</strong>
45 46
             </div>
46
-        <?php endif; ?>
47
+        <?php endif;
48
+}
49
+?>
47 50
 
48 51
         <h3>Details</h3>
49 52
 
Please login to merge, or discard this patch.