diff --git a/src/AuthToken.php b/src/AuthToken.php index a4bfa3b..9571e42 100644 --- a/src/AuthToken.php +++ b/src/AuthToken.php @@ -129,6 +129,4 @@ public function isValid() { return $this->timestamp + 7200 >= time(); } - } - diff --git a/src/Credentials.php b/src/Credentials.php index 0abc64b..780c9cc 100644 --- a/src/Credentials.php +++ b/src/Credentials.php @@ -233,6 +233,4 @@ public function parseCustomCredentials($credentials) } } } - } - diff --git a/src/Exception/AuthenticationException.php b/src/Exception/AuthenticationException.php index 65bdd12..5866cbc 100644 --- a/src/Exception/AuthenticationException.php +++ b/src/Exception/AuthenticationException.php @@ -18,4 +18,3 @@ class AuthenticationException extends \RuntimeException { } - diff --git a/src/Proxmox.php b/src/Proxmox.php index 209acd5..0709e8d 100644 --- a/src/Proxmox.php +++ b/src/Proxmox.php @@ -545,6 +545,4 @@ public function getVersion() { return $this->get('/version'); } - } -