summaryrefslogtreecommitdiffstats
path: root/lib/Controller/RecordingController.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-13 13:17:49 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-13 13:17:49 +0200
commitf3ff4a8820c3d3aedeffa4caee634407e8ac5aea (patch)
treee43214327b9e3a01e05a9932f2cde44d6402e9d1 /lib/Controller/RecordingController.php
parent349e1e8d6060f227c508f927985805a63bc89efb (diff)
automated: Apply CS fix
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller/RecordingController.php')
-rw-r--r--lib/Controller/RecordingController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/RecordingController.php b/lib/Controller/RecordingController.php
index 1f55bee1d..4e5b902b1 100644
--- a/lib/Controller/RecordingController.php
+++ b/lib/Controller/RecordingController.php
@@ -25,8 +25,8 @@ declare(strict_types=1);
namespace OCA\Talk\Controller;
-use InvalidArgumentException;
use GuzzleHttp\Exception\ConnectException;
+use InvalidArgumentException;
use OCA\Talk\Config;
use OCA\Talk\Exceptions\ParticipantNotFoundException;
use OCA\Talk\Exceptions\RoomNotFoundException;