From f9559ab990acbedbc24c0acc1814febd0253f56a Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 20 Apr 2023 14:03:18 -0700 Subject: [PATCH] lint: fix php Signed-off-by: Varun Patil --- lib/Controller/VideoController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Controller/VideoController.php b/lib/Controller/VideoController.php index a356bc7e..4558710d 100644 --- a/lib/Controller/VideoController.php +++ b/lib/Controller/VideoController.php @@ -308,7 +308,8 @@ class VideoController extends GenericApiController * * @param mixed $blob */ - private static function postFile(string $client, $blob) { + private static function postFile(string $client, $blob) + { try { return self::postFileInternal($client, $blob); } catch (\Exception $e) {