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
committerJoas Schilling <coding@schilljs.com>2022-09-29 19:31:11 +0300
commitf83f92dccf411bee9962f29195509d92c370e357 (patch)
tree803d45dccbbdd8d85b81f32a9535b5a6f84c28ba /lib
parentd6069f7482444d2a0a94d25a534ea04a18892ac4 (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 {