Commit 7a2fafc
Fix PHP 8.5 deprecation for ReflectionProperty::setAccessible()
Remove calls to setAccessible() as it has no effect since PHP 8.5
and properties are accessible by default through reflection.1 parent 24b016e commit 7a2fafc
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| |||
0 commit comments