diff --git a/inc/queue.php b/inc/queue.php index a5905c84..7ba255f3 100644 --- a/inc/queue.php +++ b/inc/queue.php @@ -73,7 +73,7 @@ class Queues { }; } - public static function get_queue(array $config, string $name): Queue|false { + public static function get_queue(array $config, string $name) { if (!isset(self::$queues[$name])) { if ($config['queue']['enabled'] == 'fs') { $lock = Locks::get_lock($config, $name);