@@ -396,7 +396,10 @@ discard block |
||
| 396 | 396 | <?php if ($hasMinorProblems): ?> |
| 397 | 397 | <h2>Recommendations</h2> |
| 398 | 398 | <p> |
| 399 | - <?php if ($hasMajorProblems): ?>Additionally, to<?php else: ?>To<?php endif; ?> enhance your Symfony experience, |
|
| 399 | + <?php if ($hasMajorProblems): ?>Additionally, to<?php else { |
|
| 400 | + : ?>To<?php endif; |
|
| 401 | +} |
|
| 402 | +?> enhance your Symfony experience, |
|
| 400 | 403 | it’s recommended that you fix the following: |
| 401 | 404 | </p> |
| 402 | 405 | <ol> |
@@ -412,9 +415,12 @@ discard block |
||
| 412 | 415 | <p id="phpini">* |
| 413 | 416 | <?php if ($symfonyRequirements->getPhpIniPath()): ?> |
| 414 | 417 | Changes to the <strong>php.ini</strong> file must be done in "<strong><?php echo $symfonyRequirements->getPhpIniPath() ?></strong>". |
| 415 | - <?php else: ?> |
|
| 418 | + <?php else { |
|
| 419 | + : ?> |
|
| 416 | 420 | To change settings, create a "<strong>php.ini</strong>". |
| 417 | - <?php endif; ?> |
|
| 421 | + <?php endif; |
|
| 422 | +} |
|
| 423 | +?> |
|
| 418 | 424 | </p> |
| 419 | 425 | <?php endif; ?> |
| 420 | 426 | |