From 89834d43bd2dc67edd7f7cd1dacc9fe668f498e6 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 26 Aug 2011 16:49:03 +0000 Subject: [PATCH] Fix documentation of ReflectionClass::newInstanceWithoutConstructor(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315572 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../reflectionclass/newinstancewithoutconstructor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/reflection/reflectionclass/newinstancewithoutconstructor.xml b/reference/reflection/reflectionclass/newinstancewithoutconstructor.xml index 44f514933f..c5fa4f85ca 100644 --- a/reference/reflection/reflectionclass/newinstancewithoutconstructor.xml +++ b/reference/reflection/reflectionclass/newinstancewithoutconstructor.xml @@ -14,7 +14,7 @@ - Creates a new class instance without invoking the constructor. + Creates a new instance of the class without invoking the constructor.