diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-10-23 14:52:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 14:52:07 -0700 |
commit | 3aa3e92281785be8026747da8730ea969b65bca8 (patch) | |
tree | a18661dda0a0c55030a7158e481c2ba95fc9cd19 /lib/private/Command/QueueBus.php | |
parent | 8062547e669f548e80befef9cd9f77d090978404 (diff) | |
parent | b3c025fd089e0cba5897c6c42ab36cbf10b6537f (diff) | |
download | nextcloud-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.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 = []; |