set type hint for $action_descriptions

This commit is contained in:
Andrew Dolgov
2024-11-23 11:14:39 +03:00
parent bbc28e626a
commit ce5a96cb30

View File

@@ -10,6 +10,7 @@ class Pref_Filters extends Handler_Protected {
const PARAM_ACTIONS = [self::ACTION_TAG, self::ACTION_SCORE,
self::ACTION_LABEL, self::ACTION_PLUGIN, self::ACTION_REMOVE_TAG];
/** @var array<int,array<mixed>> $action_descriptions */
private $action_descriptions = [];
function before(string $method) : bool {