Skip to content

Commit

Permalink
Fix code to match PSR-2 style
Browse files Browse the repository at this point in the history
  • Loading branch information
zzantares committed Aug 11, 2014
1 parent d230532 commit ead0316
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/AuthToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,4 @@ public function isValid()
{
return $this->timestamp + 7200 >= time();
}

}

2 changes: 0 additions & 2 deletions src/Credentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,4 @@ public function parseCustomCredentials($credentials)
}
}
}

}

1 change: 0 additions & 1 deletion src/Exception/AuthenticationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@
class AuthenticationException extends \RuntimeException
{
}

2 changes: 0 additions & 2 deletions src/Proxmox.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,4 @@ public function getVersion()
{
return $this->get('/version');
}

}

0 comments on commit ead0316

Please sign in to comment.