summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/openid/lib/Auth/OpenID/Interface.php')
-rw-r--r--plugins/openid/lib/Auth/OpenID/Interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openid/lib/Auth/OpenID/Interface.php b/plugins/openid/lib/Auth/OpenID/Interface.php
index a8a335d5..5335d9f2 100644
--- a/plugins/openid/lib/Auth/OpenID/Interface.php
+++ b/plugins/openid/lib/Auth/OpenID/Interface.php
@@ -89,7 +89,7 @@ class Auth_OpenID_OpenIDStore {
*/
function cleanup()
{
- return array($this->cleanupNonces(), $this->cleanupAssociations());
+ return [$this->cleanupNonces(), $this->cleanupAssociations()];
}
/**