From ead031673b65b425e0adb137d5f6774e5cdf6f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Mu=C3=B1oz?= Date: Sun, 10 Aug 2014 20:58:38 -0500 Subject: [PATCH] Fix code to match PSR-2 style --- src/AuthToken.php | 2 -- src/Credentials.php | 2 -- src/Exception/AuthenticationException.php | 1 - src/Proxmox.php | 2 -- 4 files changed, 7 deletions(-) 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'); } - } -