Commit 296b521
authored
Avoid deprecated
`SplObjectStorage::attach()` was deprecated with PHP 8.5 [1].
Its usage is replaced by `SplObjectStorage::offsetSet()`,
which provides the same functionality.
[1]: php/php-src#19424SplObjectStorage::attach (#224)1 parent 321b45a commit 296b521
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments