Skip to content

Commit a3f2557

Browse files
committed
Apply fixes from StyleCI
1 parent af564a4 commit a3f2557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Api/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
namespace Gitlab\Tests\Api;
1616

1717
use Gitlab\Client;
18+
use PHPUnit\Framework\MockObject\MockObject;
1819
use PHPUnit\Framework\TestCase as BaseTestCase;
1920
use Psr\Http\Client\ClientInterface;
20-
use PHPUnit\Framework\MockObject\MockObject;
2121

2222
abstract class TestCase extends BaseTestCase
2323
{

0 commit comments

Comments
 (0)