We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b752a4b commit 34981a1Copy full SHA for 34981a1
tests/Drupal/good/good.php
@@ -2020,11 +2020,3 @@ public function ignore_phpstan_comment() {
2020
// @phpstan-ignore-next-line missingType.return
2021
public function ignore_phpstan_comment_with_attribute_before() {
2022
}
2023
-
2024
-/**
2025
- * Test for @phpstan-ignore with attribute after.
2026
- */
2027
-// @phpstan-ignore-next-line missingType.return
2028
-#[ExampleAttribute('foo', 'bar')]
2029
-public function ignore_phpstan_comment_with_attribute_after() {
2030
-}
0 commit comments