Commit 0172714
committed
Fix
When testing with PHP 8.6.0beta2, I get the following deprecation warning:
Function spl_object_hash() is deprecated since 8.6, consider using spl_object_id() instead
Let’s switch to the suggested function where supported.
https://www.php.net/manual/en/function.spl-object-hash.php
https://www.php.net/manual/en/function.spl-object-id.phpspl_object_hash deprecation on PHP 8.61 parent c6288bc commit 0172714
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1210 | 1210 | | |
1211 | 1211 | | |
1212 | 1212 | | |
1213 | | - | |
| 1213 | + | |
1214 | 1214 | | |
1215 | 1215 | | |
0 commit comments