Skip to content

Commit

Permalink
Sort namespace imports alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Jul 14, 2018
1 parent 689ff64 commit 1d4735a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
use function array_fill;
use function call_user_func_array;
use function count;
use function str_repeat;
use function is_resource;
use function get_resource_type;
use function feof;
use function fread;
use function get_resource_type;
use function is_resource;
use function str_repeat;

/**
* @author Kim Hemsø Rasmussen <kimhemsoe@gmail.com>
Expand Down
3 changes: 2 additions & 1 deletion tests/Doctrine/Tests/DBAL/Functional/BlobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
use Doctrine\DBAL\Types\Type;
use const CASE_LOWER;
use function array_change_key_case;
use function stream_get_contents;
use function fopen;
use function str_repeat;
use function stream_get_contents;

/**
* @group DBAL-6
Expand Down

0 comments on commit 1d4735a

Please sign in to comment.