Skip to content

Commit 2fe60c9

Browse files
vjikgithub-actions[bot]
authored andcommitted
Apply PHP CS Fixer and Rector changes (CI)
1 parent 8180994 commit 2fe60c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/DataStream/DataStreamTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
use PHPUnit\Framework\TestCase;
88
use Yiisoft\DataResponse\DataStream\DataStream;
9-
use Yiisoft\DataResponse\Formatter\FormatterInterface;
109
use Yiisoft\DataResponse\Formatter\JsonFormatter;
11-
use Yiisoft\DataResponse\Formatter\PlainTextFormatter;
1210

1311
final class DataStreamTest extends TestCase
1412
{
@@ -32,7 +30,7 @@ public function testFallbackFormatter(): void
3230
{
3331
$stream = new DataStream(
3432
'test',
35-
fallbackFormatter: new JsonFormatter()
33+
fallbackFormatter: new JsonFormatter(),
3634
);
3735

3836
$this->assertFalse($stream->hasFormatter());

0 commit comments

Comments
 (0)