diff --git a/lib/classes/plugininfo/base.php b/lib/classes/plugininfo/base.php index 7bf55f08c0d..e67fabb8cfd 100644 --- a/lib/classes/plugininfo/base.php +++ b/lib/classes/plugininfo/base.php @@ -30,8 +30,6 @@ use moodle_url; /** * Base class providing access to the information about a plugin - * - * @property-read string component the component name, type_name */ abstract class base {