Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-29 19:31:11 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-09-29 20:45:31 +0300
commite6292e27dca1d849ed503b14b1f19d36b1b61eab (patch)
tree6f7678b6e24a2cf9861c658df2e830cb04be80d1 /lib
parent2ff4a9f848606a6c6f6731f63a9ef3af2835d4ca (diff)
Bump CS and Psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Command/Monitor/Calls.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Command/Monitor/Calls.php b/lib/Command/Monitor/Calls.php
index e8891dcf2..2998d2ba3 100644
--- a/lib/Command/Monitor/Calls.php
+++ b/lib/Command/Monitor/Calls.php
@@ -27,7 +27,6 @@ use OC\Core\Command\Base;
use OCA\Talk\Participant;
use OCP\IDBConnection;
use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Calls extends Base {