We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b08ba commit 9533a81Copy full SHA for 9533a81
UPGRADING
@@ -110,6 +110,11 @@ PHP 7.4 UPGRADE NOTES
110
to serialize them. Serialization for reflection objects was never
111
supported and resulted in corrupted reflection objects. It has been
112
explicitly prohibited now.
113
+ . The signature of the ReflectionMethod::getClosure() method changed to
114
+ account for existing behavior with static methods:
115
+ Before: ReflectionMethod::getClosure($object)
116
+ After: ReflectionMethod::getClosure($object = null)
117
+ The new signature is also (LSP) compatible with older PHP versions.
118
119
- SPL:
120
. Calling get_object_vars() on an ArrayObject instance will now always return
0 commit comments