Skip to content

Commit 34981a1

Browse files
committed
Remove 3rd test example
1 parent b752a4b commit 34981a1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/Drupal/good/good.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,11 +2020,3 @@ public function ignore_phpstan_comment() {
20202020
// @phpstan-ignore-next-line missingType.return
20212021
public function ignore_phpstan_comment_with_attribute_before() {
20222022
}
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

Comments
 (0)