From 69034ef9d1e76be4968729ca52a215633cc74af7 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 23 Oct 2022 09:16:55 +0200 Subject: [PATCH] apply StyleCI recommendations --- lib/YourlsProxy.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/YourlsProxy.php b/lib/YourlsProxy.php index dc19e24d..4162a6fa 100644 --- a/lib/YourlsProxy.php +++ b/lib/YourlsProxy.php @@ -13,8 +13,6 @@ namespace PrivateBin; use Exception; -use PrivateBin\Configuration; -use PrivateBin\Json; /** * YourlsProxy @@ -66,10 +64,10 @@ class YourlsProxy 'signature' => $conf->getKey('signature', 'yourls'), 'format' => 'json', 'action' => 'shorturl', - 'url' => $link + 'url' => $link, ) - ) - ) + ), + ), ) ) );