mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
`SplObjectStorage::offsetSet()` is an alias of `SplObjectStorage::attach()`, which is deprecated as of PHP 8.5. This change makes the alias relationship explicit in the documentation. Issue: https://github.com/php/doc-en/issues/4957