From cf8ffbca4a7b649372d97c903b51494d0c29ad84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Kessel?= Date: Fri, 13 Oct 2023 22:55:31 +0200 Subject: [PATCH] fix: phpcbf --- remote.php | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/remote.php b/remote.php index d314512..fe44a7e 100644 --- a/remote.php +++ b/remote.php @@ -1,15 +1,17 @@ [ 'args' => ['string','int','int'], @@ -21,13 +23,13 @@ public function _getMethods() { ] ]; } - - public function getMediaToken($id, $w, $h) { + + public function getMediaToken($id, $w, $h) + { return media_get_token($id, $w, $h); } - public function test() { + public function test() + { return 'Test'; } } - -