Fix documentation of ReflectionClass::newInstanceWithoutConstructor().

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315572 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sebastian Bergmann 2011-08-26 16:49:03 +00:00
parent a69c932469
commit 89834d43bd

View file

@ -14,7 +14,7 @@
<void />
</methodsynopsis>
<para>
Creates a new class instance without invoking the constructor.
Creates a new instance of the class without invoking the constructor.
</para>
</refsect1>