mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-12-29 13:15:44 +01:00
apply StyleCI recommendations
This commit is contained in:
parent
2a162d075c
commit
69034ef9d1
1 changed files with 3 additions and 5 deletions
|
@ -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,
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue