We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad15d3 commit 21d2ad4Copy full SHA for 21d2ad4
tests/Unit/Collection/CollectionTest.php
@@ -5,7 +5,6 @@
5
namespace Chubbyphp\Tests\Api\Unit\Collection;
6
7
use Chubbyphp\Api\Collection\AbstractCollection;
8
-use Chubbyphp\Api\Collection\CollectionInterface;
9
use Chubbyphp\Api\Model\ModelInterface;
10
use Chubbyphp\Mock\MockMethod\WithReturn;
11
use Chubbyphp\Mock\MockObjectBuilder;
@@ -18,7 +17,7 @@
18
17
*/
19
final class CollectionTest extends TestCase
20
{
21
- final public function testGetSet(): void
+ public function testGetSet(): void
22
23
$collection = new class extends AbstractCollection {};
24
0 commit comments