Skip to content

[BUGFIX] Use @phpstan-ignore not @phpstan-ignore-next-line#1628

Merged
oliverklee merged 1 commit into
mainfrom
cleanup/phpstan-ignore
May 20, 2026
Merged

[BUGFIX] Use @phpstan-ignore not @phpstan-ignore-next-line#1628
oliverklee merged 1 commit into
mainfrom
cleanup/phpstan-ignore

Conversation

@JakeQZ
Copy link
Copy Markdown
Collaborator

@JakeQZ JakeQZ commented May 19, 2026

@phpstan-ignore has the parameter which is the specific warning to ignore. @phpstan-ignore-next-line does not, and will result in suppression of all warnings for the next line.
@phpstan-ignore also only applies to the next line (or whatever is relevent in context).

`@phpstan-ignore` has the parameter which is the specific warning to ignore.
`@phpstan-ignore-next-line` does not, and will result in suppression of all
warnings for the next line.
`@phpstan-ignore` also only applies to the next line
(or whatever is relevent in context).
@JakeQZ JakeQZ requested a review from oliverklee May 19, 2026 23:50
@JakeQZ JakeQZ self-assigned this May 19, 2026
@JakeQZ JakeQZ added bug cleanup developer-specific Issues that only affect maintainers, contributors, and people submitting PRs labels May 19, 2026
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 98.252%. remained the same — cleanup/phpstan-ignore into main

Copy link
Copy Markdown
Collaborator

@oliverklee oliverklee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹

@oliverklee oliverklee merged commit ba05ef2 into main May 20, 2026
33 checks passed
@oliverklee oliverklee deleted the cleanup/phpstan-ignore branch May 20, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug cleanup developer-specific Issues that only affect maintainers, contributors, and people submitting PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants