diff options
Diffstat (limited to 'lib/private/Command/QueueBus.php')
-rw-r--r-- | lib/private/Command/QueueBus.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Command/QueueBus.php b/lib/private/Command/QueueBus.php index 7f2fc88a703..30cdd7740a9 100644 --- a/lib/private/Command/QueueBus.php +++ b/lib/private/Command/QueueBus.php @@ -27,7 +27,7 @@ use OCP\Command\ICommand; class QueueBus implements IBus { /** - * @var (ICommand|callable)[] + * @var ICommand[]|callable[] */ private $queue = []; |