Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweepr authored and StyleCIBot committed Apr 4, 2020
1 parent 82ef78f commit 2bc38b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/installer/step-001.inc.php
Expand Up @@ -136,10 +136,10 @@
<td><?php SpotInstall::showResult(extension_loaded('pdo_sqlite'), false); ?></td>
</tr>
<?php if (extension_loaded('gd')) {
$gdInfo = gd_info();
} else {
$gdInfo = ['FreeType Support' => 0, 'GIF Read Support' => 0, 'GIF Create Support' => 0, 'JPEG Support' => 0, 'JPG Support' => 0, 'PNG Support' => 0];
}?>
$gdInfo = gd_info();
} else {
$gdInfo = ['FreeType Support' => 0, 'GIF Read Support' => 0, 'GIF Create Support' => 0, 'JPEG Support' => 0, 'JPG Support' => 0, 'PNG Support' => 0];
}?>
<tr>
<th colspan="2"> GD</th>
<td><?php SpotInstall::showResult(extension_loaded('gd'), true); ?></td>
Expand Down Expand Up @@ -183,9 +183,9 @@
<tr>
<td colspan="2"> Can create private key?</td>
<td><?php SpotInstall::showResult(
isset($privKey['public']) && !empty($privKey['public']) && !empty($privKey['private']),
true
); ?></td>
isset($privKey['public']) && !empty($privKey['public']) && !empty($privKey['private']),
true
); ?></td>
</tr>
<tr>
<th colspan="3"> Cache directory</th>
Expand Down

0 comments on commit 2bc38b0

Please sign in to comment.