Skip to content

Commit 29ed5d7

Browse files
committed
style fix
order imports by length, not alphabetically
1 parent 7a302f6 commit 29ed5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Illuminate\Foundation\Testing\Concerns;
44

5-
use Illuminate\Foundation\Testing\Constraints\HasSoftDeletedInDatabase;
65
use PHPUnit_Framework_Constraint_Not as ReverseConstraint;
76
use Illuminate\Foundation\Testing\Constraints\HasInDatabase;
7+
use Illuminate\Foundation\Testing\Constraints\HasSoftDeletedInDatabase;
88

99
trait InteractsWithDatabase
1010
{

0 commit comments

Comments
 (0)