apply StyleCI recommendations

pull/997/head
El RIDO 2022-10-23 09:16:55 +02:00
parent 2a162d075c
commit 69034ef9d1
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 3 additions and 5 deletions

View File

@ -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,
)
)
)
),
),
)
)
);