Reformat PHP code via php-cs-fixer

This commit is contained in:
2020-06-22 23:00:43 +02:00
parent ea9f92d2df
commit befa3b116b
17 changed files with 217 additions and 171 deletions

View File

@@ -35,7 +35,7 @@
$list = listReports($pdo);
foreach($list as $row) :
foreach ($list as $row) :
?>
<tr>
<td><?php echo $row[1]; ?></td>