Skip to content

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

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

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

Conversation

@JakeQZ
Copy link
Copy Markdown
Collaborator

@JakeQZ JakeQZ commented May 20, 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 20, 2026 00:17
@JakeQZ JakeQZ self-assigned this May 20, 2026
@JakeQZ JakeQZ added bug cleanup developer-specific Issues that only affect maintainers, contributors, and people submitting PRs labels May 20, 2026
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 73.3%. 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 b88cb8b into main May 20, 2026
24 checks passed
@oliverklee oliverklee deleted the cleanup/phpstan-ignore branch May 20, 2026 07:40
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