Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Oct 9, 2024
1 parent f553432 commit 9985e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Rules/Debug/DumpPhpDocTypeRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use PhpParser\Node;
use PHPStan\Analyser\Scope;
use PHPStan\PhpDocParser\Printer\Printer;
use PHPStan\PhpDocParser\Ast\Type\TypeNode;
use PHPStan\Reflection\ReflectionProvider;
use PHPStan\Rules\Rule;
use PHPStan\Rules\RuleErrorBuilder;
Expand Down
4 changes: 2 additions & 2 deletions tests/PHPStan/Rules/Debug/DumpPhpDocTypeRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ public function testRuleSymbols(): void
26,
],
[
"Dumped type: array{1: true, 0: false}",
'Dumped type: array{1: true, 0: false}',
27,
],
[
"Dumped type: T",
'Dumped type: T',
36,
],
]);
Expand Down

0 comments on commit 9985e47

Please sign in to comment.