Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Feb 11, 2024
1 parent 4d05f99 commit 8b28385
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ public function getParentClassNames(): array
if (str_contains($className, 'Symfony\\')) {
return false;
}

if (str_contains($className, 'PHPStan\\')) {
return false;
}

return ! str_contains($className, 'PhpParser\\');
});

Expand Down

0 comments on commit 8b28385

Please sign in to comment.