mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Automatic Code style fixes through PHPCS' PHP Code Beautifier
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user