Automatic Code style fixes through PHPCS' PHP Code Beautifier

This commit is contained in:
Marc Würth
2020-04-23 21:50:02 +02:00
parent b45d14f56f
commit 5437b46fa5
6 changed files with 4 additions and 9 deletions
@@ -19,7 +19,6 @@ if ($getResults == false) {
}
while ($row = sqlsrv_fetch_array($getResults, SQLSRV_FETCH_ASSOC)) {
echo($row['sum'] . PHP_EOL);
}
sqlsrv_free_stmt($getResults);
@@ -58,7 +58,6 @@ if ($getResults == false) {
}
while ($row = sqlsrv_fetch_array($getResults, SQLSRV_FETCH_ASSOC)) {
echo($row['Id'] . " " . $row['Name'] . " " . $row['Location'] . PHP_EOL);
}
sqlsrv_free_stmt($getResults);