From 878a454b06b1c7e00852a31544581d5df5ece22e Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 15 Aug 2015 16:15:48 +0000 Subject: [PATCH] The isDefault method for ReflectionProperty is unclear in the description. This patch aims to clarify the wording. -- Provided by anonymous 61022 (james@asgrim.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337484 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/reflection/reflectionproperty/isdefault.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/reflection/reflectionproperty/isdefault.xml b/reference/reflection/reflectionproperty/isdefault.xml index 84d3b05dda..18c24dbbab 100644 --- a/reference/reflection/reflectionproperty/isdefault.xml +++ b/reference/reflection/reflectionproperty/isdefault.xml @@ -14,7 +14,8 @@ - Checks whether the property is the default. + Checks whether the property was declared at compile-time, or whether the + property was dynamically declared at run-time.