Revert backend string|null to string only

This commit is contained in:
Clemens Schwaighofer
2021-11-02 10:17:14 +09:00
parent 6147d28b37
commit f622d59ed9

View File

@@ -44,7 +44,7 @@ class Backend extends \CoreLibs\DB\IO
'action', 'action_id', 'action_sub_id', 'action_yes', 'action_flag',
'action_menu', 'action_value', 'action_error', 'action_loaded'
];
/** @var string|null */
/** @var string */
public $action;
/** @var string|int */
public $action_id;