Explorar el Código

Removed unused brackets

Joachim M. Giæver hace 6 años
padre
commit
9a317e2c2f
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/API/Client.php

+ 1 - 3
src/API/Client.php

@@ -15,9 +15,7 @@ namespace Gogs\API {
      */
 
     final class Client {
-        use \Gogs\Lib\Curl\Client {
-
-        }
+        use \Gogs\Lib\Curl\Client;
 
         /** 
          * @param string $api_url The base URL for the Gogs API (e.g https://git.domain.tld/api/v1)