From 329c27d43a5d8879acbf49473f06b9bea695bfa1 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Sat, 9 Jan 2021 03:05:25 +0000 Subject: [PATCH] Make class type declaration context independent --- language/types/declarations.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types/declarations.xml b/language/types/declarations.xml index 60261feb8ccc..f5f593553122 100644 --- a/language/types/declarations.xml +++ b/language/types/declarations.xml @@ -43,7 +43,7 @@ self The value must be an &instanceof; the same class as the one the - method is defined on. + in which the type declaration is used. Can only be used in classes. @@ -52,7 +52,7 @@ parent The value must be an &instanceof; the parent of the class - in which the property is defined. + in which the type declaration is used. Can only be used in classes.