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