Plugins: Move operators to a method

This commit is contained in:
Jakub Vrana
2025-03-28 14:22:42 +01:00
parent c7140c2158
commit dc38a7ded3
5 changed files with 21 additions and 13 deletions

View File

@@ -6,7 +6,6 @@ class Plugins {
/** @var list<object> @visibility protected(set) */ public array $plugins;
/** @visibility protected(set) */ public string $error = ''; // HTML
/** @var ?list<string> */ public ?array $operators; //! delete
/** @var list<object>[] */ private array $hooks = array();
/** Register plugins