lint: fix php

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/602/head
Varun Patil 2023-04-20 14:03:18 -07:00
parent fe766ce30e
commit f9559ab990
1 changed files with 2 additions and 1 deletions

View File

@ -308,7 +308,8 @@ class VideoController extends GenericApiController
* *
* @param mixed $blob * @param mixed $blob
*/ */
private static function postFile(string $client, $blob) { private static function postFile(string $client, $blob)
{
try { try {
return self::postFileInternal($client, $blob); return self::postFileInternal($client, $blob);
} catch (\Exception $e) { } catch (\Exception $e) {