Reformat PHP code via php-cs-fixer
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
$list = listReports($pdo);
|
||||
|
||||
foreach($list as $row) :
|
||||
foreach ($list as $row) :
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo $row[1]; ?></td>
|
||||
|
||||
Reference in New Issue
Block a user