diff options
| author | wn_ <invalid@email.com> | 2025-04-27 14:53:53 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2025-04-27 14:53:53 +0000 |
| commit | 5c2c95a8970e058814efc37b083dcda2f44bbda8 (patch) | |
| tree | c2959e32c70d92bae081bdf496fedcab3d5b910b /classes | |
| parent | ae5394f6f9e0ef681f7c2b1699ee6285972991b2 (diff) | |
Remove unused 'PluginHost::HOOK_FORMAT_ARTICLE_CDM'.
PHPStan 'method.notFound'.
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/PluginHost.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/PluginHost.php b/classes/PluginHost.php index 5f1d97f53..ec47e6249 100644 --- a/classes/PluginHost.php +++ b/classes/PluginHost.php @@ -143,9 +143,6 @@ class PluginHost { /** @see Plugin::hook_format_article() */ const HOOK_FORMAT_ARTICLE = "hook_format_article"; - /** @see Plugin::hook_format_article_cdm() */ - const HOOK_FORMAT_ARTICLE_CDM = "hook_format_article_cdm"; - /** @see Plugin::hook_feed_basic_info() */ const HOOK_FEED_BASIC_INFO = "hook_feed_basic_info"; |