Skip to content

Commit

Permalink
Fix fixture typo (#4967)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 10, 2023
1 parent ef6c8bc commit 76cf20f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ final class SkipPHPStanClass
{
public function run()
{
return 'Nette\Utils\FileSystem';
return 'PHPStan\Type\Type';
}
}

0 comments on commit 76cf20f

Please sign in to comment.