Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: ignore handled deprecation notice from phpstan #3029

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Jan 5, 2025

The code already uses the new methods if available, the deprecated method is used only on older yet still supported Nextcloud versions.

For phpstan would complain when an ignored error would not appear, the additional config flag is necessary.

This turns the phpstan test green again.

@blizzz blizzz force-pushed the fix/noid/phpstan-ignore-deprecation branch 3 times, most recently from 0409621 to ff39d20 Compare January 5, 2025 20:45
@blizzz blizzz requested review from SMillerDev and Grotax January 5, 2025 20:45
The code already uses the new methods if available, the deprecated
method is used only on older yet still supported Nextcloud versions.

Signed-off-by: Arthur Schiwon <[email protected]>
@blizzz blizzz added the Skip-Changelog No changelog update is required, minor change label Jan 5, 2025
@blizzz blizzz force-pushed the fix/noid/phpstan-ignore-deprecation branch from ff39d20 to f79f641 Compare January 5, 2025 20:51
@Grotax Grotax merged commit 31cb113 into master Jan 8, 2025
24 checks passed
@Grotax Grotax deleted the fix/noid/phpstan-ignore-deprecation branch January 8, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Skip-Changelog No changelog update is required, minor change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants