Commit 17c1070
committed
minor #62375 [PropertyInfo] ReflectionMethod::setAccessible() is no-op since PHP 8.1 (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
[PropertyInfo] ReflectionMethod::setAccessible() is no-op since PHP 8.1
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
added in #62334, this allows to entirely remove it after merging into `7.3` like we did everywhere else
Commits
-------
ef9e803 ReflectionMethod::setAccessible() is no-op since PHP 8.1File tree
1 file changed
+0
-4
lines changed- src/Symfony/Component/PropertyInfo/Tests/Extractor
1 file changed
+0
-4
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
809 | | - | |
810 | | - | |
811 | | - | |
812 | | - | |
813 | 809 | | |
814 | 810 | | |
815 | 811 | | |
| |||
0 commit comments