diff options
Diffstat (limited to 'includes/shell/Shell.php')
-rw-r--r-- | includes/shell/Shell.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/shell/Shell.php b/includes/shell/Shell.php index 48bf9b03de23..fa81c20b4ca7 100644 --- a/includes/shell/Shell.php +++ b/includes/shell/Shell.php @@ -133,8 +133,6 @@ class Shell { /** * Check if this class is effectively disabled via php.ini config - * - * @return bool */ public static function isDisabled(): bool { static $disabled = null; |