Commit 94f6895
authored
fix(SplObjectStorage):
## Description
Fixes deprecation in PHP 8.5
> `SplObjectStorage::detach()`` is deprecated since `8.5`, use method
`SplObjectStorage::offsetUnset()`` instead
## What type of PR is this? (check all applicable)
- [x] Bug Fix
- [ ] Feature
- [ ] Refactor
- [ ] Deprecation
- [ ] Breaking Change
- [ ] Documentation Update
- [ ] CI
## Checklist
- [ ] I have made corresponding changes to the documentation (`docs/`)SplObjectStorage::detach() is deprecated since 8.5, use method SplObjectStorage::offsetUnset()`` instead (#2634)1 parent 7069df2 commit 94f6895
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments