Skip to content

Commit ebdf159

Browse files
Use typed properties in tests as much as possible
1 parent a10f19f commit ebdf159

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/OptionsResolverTest.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626

2727
class OptionsResolverTest extends TestCase
2828
{
29-
/**
30-
* @var OptionsResolver
31-
*/
32-
private $resolver;
29+
private OptionsResolver $resolver;
3330

3431
protected function setUp(): void
3532
{

0 commit comments

Comments
 (0)