From 007be83a968e6aee649ff8de173163cb5ef93a86 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Fri, 6 Sep 2024 09:44:04 +0200 Subject: fix(OC): Remove doc blocks for OCP implementations Signed-off-by: provokateurin --- lib/private/Command/QueueBus.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/private/Command/QueueBus.php') diff --git a/lib/private/Command/QueueBus.php b/lib/private/Command/QueueBus.php index ed7d43b38b6..02d986430a5 100644 --- a/lib/private/Command/QueueBus.php +++ b/lib/private/Command/QueueBus.php @@ -16,20 +16,10 @@ class QueueBus implements IBus { */ private $queue = []; - /** - * Schedule a command to be fired - * - * @param \OCP\Command\ICommand | callable $command - */ public function push($command) { $this->queue[] = $command; } - /** - * Require all commands using a trait to be run synchronous - * - * @param string $trait - */ public function requireSync($trait) { } -- cgit v1.2.3