Skip to content

Commit ea73bae

Browse files
stevebaumantaylorotwell
authored andcommitted
Fix style
1 parent f8a8660 commit ea73bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Testing/PendingCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
use Mockery;
1111
use Mockery\Exception\NoMatchingExpectationException;
1212
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
13+
use Symfony\Component\Console\Helper\Table;
1314
use Symfony\Component\Console\Input\ArrayInput;
1415
use Symfony\Component\Console\Output\BufferedOutput;
15-
use Symfony\Component\Console\Helper\Table;
1616

1717
class PendingCommand
1818
{

0 commit comments

Comments
 (0)