Skip to content

Commit f36dc4a

Browse files
committed
Code style fixes
1 parent c573042 commit f36dc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ResponseBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace Swis\Http\Fixture\Tests;
44

5+
use function GuzzleHttp\Psr7\stream_for;
56
use Http\Discovery\MessageFactoryDiscovery;
67
use PHPUnit\Framework\TestCase;
78
use Swis\Http\Fixture\MockNotFoundException;
89
use Swis\Http\Fixture\ResponseBuilder;
910
use Swis\Http\Fixture\ResponseBuilderInterface;
10-
use function GuzzleHttp\Psr7\stream_for;
1111

1212
class ResponseBuilderTest extends TestCase
1313
{

0 commit comments

Comments
 (0)