Skip to content

Commit 9985e47

Browse files
committed
Fix
1 parent f553432 commit 9985e47

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Rules/Debug/DumpPhpDocTypeRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
use PhpParser\Node;
66
use PHPStan\Analyser\Scope;
77
use PHPStan\PhpDocParser\Printer\Printer;
8-
use PHPStan\PhpDocParser\Ast\Type\TypeNode;
98
use PHPStan\Reflection\ReflectionProvider;
109
use PHPStan\Rules\Rule;
1110
use PHPStan\Rules\RuleErrorBuilder;

tests/PHPStan/Rules/Debug/DumpPhpDocTypeRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ public function testRuleSymbols(): void
9393
26,
9494
],
9595
[
96-
"Dumped type: array{1: true, 0: false}",
96+
'Dumped type: array{1: true, 0: false}',
9797
27,
9898
],
9999
[
100-
"Dumped type: T",
100+
'Dumped type: T',
101101
36,
102102
],
103103
]);

0 commit comments

Comments
 (0)