diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-10-18 14:15:03 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-10-23 23:23:56 +0200 |
commit | 4cfa1c66b899a2fa108108a092fe671d52370150 (patch) | |
tree | a1caa2492d23b050abcc74bba708c4dc04741d6c /lib/private/Command | |
parent | 8062547e669f548e80befef9cd9f77d090978404 (diff) | |
download | nextcloud-server-4cfa1c66b899a2fa108108a092fe671d52370150.tar.gz nextcloud-server-4cfa1c66b899a2fa108108a092fe671d52370150.zip |
Doc: Fix phpDoc issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/private/Command')
-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 = []; |