Skip to content

Commit 14f8403

Browse files
committed
Fix static code analysis issue
1 parent 7524b57 commit 14f8403

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ConnectionStringParserTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
class ConnectionStringParserTest extends BaseTestCase
1010
{
11-
/** @var ConnectionStringParser */
12-
protected $parser;
11+
protected ConnectionStringParser $parser;
1312

1413
public function setUp(): void
1514
{

0 commit comments

Comments
 (0)