From b41bf2f5797de3bc183c8294ac71308cde1b31e8 Mon Sep 17 00:00:00 2001 From: Daniil Fajnberg Date: Thu, 5 Sep 2024 19:49:44 +0200 Subject: [PATCH] MDL-81454 core: Remove incorrect `@property-read` annotation --- lib/classes/plugininfo/base.php | 2 -- 1 file changed, 2 deletions(-) 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 {