Skip to content

PHP 8.5: SplObjectStorage::attach() is deprecated, use ::offsetSet()#145

Closed
Soean wants to merge 1 commit into
wecodemore:version-3from
Soean:update_php_8_5
Closed

PHP 8.5: SplObjectStorage::attach() is deprecated, use ::offsetSet()#145
Soean wants to merge 1 commit into
wecodemore:version-3from
Soean:update_php_8_5

Conversation

@Soean

@Soean Soean commented Nov 19, 2025

Copy link
Copy Markdown
Contributor

Description

Fixes #144

Method SplObjectStorage::attach() is deprecated since 8.5, use method SplObjectStorage::offsetSet() instead

SplObjectStorage::offsetSet() is an alias of SplObjectStorage::attach().

@Soean Soean closed this Nov 26, 2025
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.

1 participant