summaryrefslogtreecommitdiff
path: root/classes/PluginHost.php
diff options
context:
space:
mode:
authorwn <4-wn@users.noreply.gitlab.tt-rss.org>2025-04-30 16:34:52 +0000
committerwn <4-wn@users.noreply.gitlab.tt-rss.org>2025-04-30 16:34:52 +0000
commit4ae17d0f1c956bfe392653ab847eb2e3da6f7bfc (patch)
treebfecf40fe1a3e7d86d71e367e05d85b4e9e8bf00 /classes/PluginHost.php
parent4cb8a84df46d46bc325b6638defbdc4dc34151ed (diff)
parentf097c5ed97671f66be71e52c13917c23528ba308 (diff)
Merge branch 'feature/phpstan-updates' into 'master'
PHPStan update and addressing findings See merge request tt-rss/tt-rss!122
Diffstat (limited to 'classes/PluginHost.php')
-rw-r--r--classes/PluginHost.php3
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";