Skip to content

[BUGFIX] Avoid calling deprecated reflection function - #156

Merged
helhum merged 1 commit into
TYPO3:mainfrom
eliashaeussler:patch-1
Nov 25, 2025
Merged

[BUGFIX] Avoid calling deprecated reflection function#156
helhum merged 1 commit into
TYPO3:mainfrom
eliashaeussler:patch-1

Conversation

@eliashaeussler

Copy link
Copy Markdown
Member

ReflectionProperty::setAccessible has no effect since PHP 8.1 and is deprecated since PHP 8.5. We can safely remove it without any replacement.

`ReflectionProperty::setAccessible` has no effect
since PHP 8.1 and is deprecated since PHP 8.5. We
can safely remove it without any replacement.
@lolli42

lolli42 commented Nov 25, 2025

Copy link
Copy Markdown
Member

this should be fine with php 8.1 already.

@helhum
helhum merged commit becd622 into TYPO3:main Nov 25, 2025
5 checks passed
@eliashaeussler
eliashaeussler deleted the patch-1 branch November 25, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants