@@ -56,7 +56,10 @@ discard block |
||
56 | 56 | <?php if (count($minorProblems)): ?> |
57 | 57 | <h2>Recommendations</h2> |
58 | 58 | <p> |
59 | - <?php if (count($majorProblems)): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience, |
|
59 | + <?php if (count($majorProblems)): ?>Additionally, to<?php else { |
|
60 | + : ?>To<?php endif; |
|
61 | +} |
|
62 | +?> enhance your Symfony experience, |
|
60 | 63 | it’s recommended that you fix the following: |
61 | 64 | </p> |
62 | 65 | <ol> |
@@ -70,9 +73,12 @@ discard block |
||
70 | 73 | <p id="phpini">* |
71 | 74 | <?php if ($symfonyRequirements->getPhpIniConfigPath()): ?> |
72 | 75 | Changes to the <strong>php.ini</strong> file must be done in "<strong><?php echo $symfonyRequirements->getPhpIniConfigPath() ?></strong>". |
73 | - <?php else: ?> |
|
76 | + <?php else { |
|
77 | + : ?> |
|
74 | 78 | To change settings, create a "<strong>php.ini</strong>". |
75 | - <?php endif; ?> |
|
79 | + <?php endif; |
|
80 | +} |
|
81 | +?> |
|
76 | 82 | </p> |
77 | 83 | <?php endif; ?> |
78 | 84 |