Skip to content

Support php 85#103

Merged
BastianLedererIcinga merged 2 commits into
mainfrom
support-php-85
Feb 20, 2026
Merged

Support php 85#103
BastianLedererIcinga merged 2 commits into
mainfrom
support-php-85

Conversation

@BastianLedererIcinga

Copy link
Copy Markdown
Contributor

Changes made:
Implicitly nullable parameters are deprecated since PHP8.4, so their types are explicitly widened to accept null.

ReflectionProperty::setAccessible() is deprecated since PHP8.5, calling it has no effect since PHP8.1 so all calls are removed.

resolves: #102

Implicitly nullable parameters are deprecated since PHP8.4,
typed parameters that default to null must include null in their type.
ReflectionProperty::setAccessible() is deprecated since PHP8.5.
Calling it had no effect since PHP8.1, so all calls can be removed.
@cla-bot cla-bot Bot added the cla/signed label Feb 20, 2026

@martialblog martialblog left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good to me 👍

@BastianLedererIcinga BastianLedererIcinga merged commit 1909d4d into main Feb 20, 2026
5 checks passed
@martialblog martialblog deleted the support-php-85 branch February 20, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PHP 8.5 Support

2 participants