Skip to content

Commit 21d2ad4

Browse files
committed
fix cs
1 parent 5ad15d3 commit 21d2ad4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Unit/Collection/CollectionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Chubbyphp\Tests\Api\Unit\Collection;
66

77
use Chubbyphp\Api\Collection\AbstractCollection;
8-
use Chubbyphp\Api\Collection\CollectionInterface;
98
use Chubbyphp\Api\Model\ModelInterface;
109
use Chubbyphp\Mock\MockMethod\WithReturn;
1110
use Chubbyphp\Mock\MockObjectBuilder;
@@ -18,7 +17,7 @@
1817
*/
1918
final class CollectionTest extends TestCase
2019
{
21-
final public function testGetSet(): void
20+
public function testGetSet(): void
2221
{
2322
$collection = new class extends AbstractCollection {};
2423

0 commit comments

Comments
 (0)