MDL-81454 core: Remove incorrect @property-read annotation

This commit is contained in:
Daniil Fajnberg
2025-04-09 08:59:59 +02:00
committed by Daniel Fainberg
parent e3b05240c1
commit b41bf2f579
-2
View File
@@ -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 {