Browse Source

apply StyleCI recommendations

El RIDO 3 năm trước cách đây
mục cha
commit
69034ef9d1
1 tập tin đã thay đổi với 3 bổ sung5 xóa
  1. 3 5
      lib/YourlsProxy.php

+ 3 - 5
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,
                             )
-                        )
-                    )
+                        ),
+                    ),
                 )
             )
         );