summaryrefslogtreecommitdiff
path: root/classes/PluginHost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-26 15:05:07 +0000
committerAndrew Dolgov <[email protected]>2023-10-26 15:05:07 +0000
commit2af5f7348024d91d866f64202f8290dda5177583 (patch)
treee5fb0fab78868612c14eb064bbc73d4ba07025a3 /classes/PluginHost.php
parent8c9c69921f8552e49291df9e2503709aaa564270 (diff)
parentc7e1caf223f51a08b275e47d9e6f79284ba375dd (diff)
Merge branch 'bugfix/psr-4-renames' into 'master'
Fix class names in some more places. See merge request tt-rss/tt-rss!10
Diffstat (limited to 'classes/PluginHost.php')
-rw-r--r--classes/PluginHost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/PluginHost.php b/classes/PluginHost.php
index 7778c008f..cc9f65f19 100644
--- a/classes/PluginHost.php
+++ b/classes/PluginHost.php
@@ -889,7 +889,7 @@ class PluginHost {
}
/**
- * handled by classes/pluginhandler.php, requires valid session
+ * handled by classes/PluginHandler.php, requires valid session
*
* @param array<int|string, mixed> $params
*/