summaryrefslogtreecommitdiffstats
path: root/lib/private/Command/QueueBus.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-10-23 14:52:07 -0700
committerGitHub <noreply@github.com>2017-10-23 14:52:07 -0700
commit3aa3e92281785be8026747da8730ea969b65bca8 (patch)
treea18661dda0a0c55030a7158e481c2ba95fc9cd19 /lib/private/Command/QueueBus.php
parent8062547e669f548e80befef9cd9f77d090978404 (diff)
parentb3c025fd089e0cba5897c6c42ab36cbf10b6537f (diff)
downloadnextcloud-server-3aa3e92281785be8026747da8730ea969b65bca8.tar.gz
nextcloud-server-3aa3e92281785be8026747da8730ea969b65bca8.zip
Merge pull request #6864 from nextcloud/phpdoc-fix-issues
Fix some issues in phpDoc comments
Diffstat (limited to 'lib/private/Command/QueueBus.php')
-rw-r--r--lib/private/Command/QueueBus.php2
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 = [];