improve the grammar for my recent UPGRADING note

This commit is contained in:
Ferenc Kovacs 2014-08-18 18:47:07 +02:00
parent 003c2c1005
commit d07f49118a

View file

@ -233,7 +233,7 @@ PHP 5.6 UPGRADE NOTES
specified at call-time.
- Reflection:
ReflectionClass::newInstanceWithoutConstructor previously not allowed the
ReflectionClass::newInstanceWithoutConstructor previously didn't allow the
instantiation of any internal class which used custom object storage
(overriding the default create_object handler), this was changed to only
reject the instantiation of such classes if the class is also marked as