@@ -173,7 +173,10 @@ discard block |
||
173 | 173 | <?php if (count($minorProblems)): ?> |
174 | 174 | <h2>Recommendations</h2> |
175 | 175 | <p> |
176 | - <?php if (count($majorProblems)): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience, |
|
176 | + <?php if (count($majorProblems)): ?>Additionally, to<?php else { |
|
177 | + : ?>To<?php endif; |
|
178 | +} |
|
179 | +?> enhance your Symfony experience, |
|
177 | 180 | it’s recommended that you fix the following: |
178 | 181 | </p> |
179 | 182 | <ol> |
@@ -189,9 +192,12 @@ discard block |
||
189 | 192 | <p id="phpini">* |
190 | 193 | <?php if ($symfonyRequirements->getPhpIniConfigPath()): ?> |
191 | 194 | Changes to the <strong>php.ini</strong> file must be done in "<strong><?php echo $symfonyRequirements->getPhpIniConfigPath() ?></strong>". |
192 | - <?php else: ?> |
|
195 | + <?php else { |
|
196 | + : ?> |
|
193 | 197 | To change settings, create a "<strong>php.ini</strong>". |
194 | - <?php endif; ?> |
|
198 | + <?php endif; |
|
199 | +} |
|
200 | +?> |
|
195 | 201 | </p> |
196 | 202 | <?php endif; ?> |
197 | 203 |