Skip to content

Commit 522edb3

Browse files
committed
Remove unused variable
1 parent 300ccee commit 522edb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/CollectionResolverTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ public function testResolvingArrayCollectionWithKeyAndTooManyWhitespace()
191191
{
192192
$fixture = new TypeResolver();
193193

194-
/** @var Collection $resolvedType */
195-
$resolvedType = $fixture->resolve('array<string, object|array>', new Context(''));
194+
$fixture->resolve('array<string, object|array>', new Context(''));
196195
}
197196

198197
/**

0 commit comments

Comments
 (0)