mirror of
https://github.com/dg/dibi.git
synced 2025-08-30 09:19:48 +02:00
coding style: fixed spaces & use statements order
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Tester\Assert;
|
||||
use Dibi\Row;
|
||||
use Tester\Assert;
|
||||
|
||||
require __DIR__ . '/bootstrap.php';
|
||||
|
||||
@@ -63,8 +63,8 @@ Assert::equal([
|
||||
|
||||
|
||||
// more complex association array
|
||||
function query($conn) {
|
||||
|
||||
function query($conn)
|
||||
{
|
||||
return $conn->query(in_array($conn->getConfig('system'), ['odbc', 'sqlsrv']) ? '
|
||||
SELECT products.title, customers.name, orders.amount
|
||||
FROM ([products]
|
||||
|
Reference in New Issue
Block a user