Skip to content

Commit ead0316

Browse files
committed
Fix code to match PSR-2 style
1 parent d230532 commit ead0316

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

src/AuthToken.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,4 @@ public function isValid()
129129
{
130130
return $this->timestamp + 7200 >= time();
131131
}
132-
133132
}
134-

src/Credentials.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,4 @@ public function parseCustomCredentials($credentials)
233233
}
234234
}
235235
}
236-
237236
}
238-

src/Exception/AuthenticationException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
class AuthenticationException extends \RuntimeException
1919
{
2020
}
21-

src/Proxmox.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,4 @@ public function getVersion()
545545
{
546546
return $this->get('/version');
547547
}
548-
549548
}
550-

0 commit comments

Comments
 (0)