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:
@@ -1,9 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Tester\Assert;
|
||||
use Dibi\Fluent;
|
||||
use Tester\Assert;
|
||||
|
||||
require __DIR__ . '/bootstrap.php';
|
||||
|
||||
|
Reference in New Issue
Block a user