diff --git a/reference/reflection/reflectionmethod.xml b/reference/reflection/reflectionmethod.xml
index 06d769ee54..83fd7db6a7 100644
--- a/reference/reflection/reflectionmethod.xml
+++ b/reference/reflection/reflectionmethod.xml
@@ -109,20 +109,20 @@
name
- Prop description
+ Method name
class
- Prop description
+ Class name
-
+
&reftitle.constants;
@@ -133,42 +133,42 @@
ReflectionMethod::IS_STATIC
- Description here...
+ Indicates that the method is static.
ReflectionMethod::IS_PUBLIC
- Description here...
+ Indicates that the method is public.
ReflectionMethod::IS_PROTECTED
- Description here...
+ Indicates that the method is protected.
ReflectionMethod::IS_PRIVATE
- Description here...
+ Indicates that the method is private.
ReflectionMethod::IS_ABSTRACT
- Description here...
+ Indicates that the method is abstract.
ReflectionMethod::IS_FINAL
- Description here...
+ Indicates that the method is final.
diff --git a/reference/reflection/reflectionmethod/getdeclaringclass.xml b/reference/reflection/reflectionmethod/getdeclaringclass.xml
index f767ce019d..6c4aeaf0b6 100644
--- a/reference/reflection/reflectionmethod/getdeclaringclass.xml
+++ b/reference/reflection/reflectionmethod/getdeclaringclass.xml
@@ -35,7 +35,7 @@
&reftitle.examples;
- ReflectionFunction::getDeclaringClass example
+ ReflectionMethod::getDeclaringClass example
- ReflectionFunction::invoke example
+ ReflectionMethod::invoke example
- ReflectionFunction::invokeArgs example
+ ReflectionMethod::invokeArgs example
- ReflectionFunction::__toString example
+ ReflectionMethod::__toString example