From 2c732a66476e4177fab392ec1057371131b341e1 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 31 Dec 2013 15:35:13 +0000 Subject: [PATCH] PHP error fix --- src/League/OAuth2/Server/Authorization.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/League/OAuth2/Server/Authorization.php b/src/League/OAuth2/Server/Authorization.php index 7466e4f8..8c7337cf 100644 --- a/src/League/OAuth2/Server/Authorization.php +++ b/src/League/OAuth2/Server/Authorization.php @@ -141,7 +141,7 @@ class Authorization 'invalid_grant' => 400, 'invalid_credentials' => 400, 'invalid_refresh' => 400, - ); + ]; /** * Get all headers that have to be send with the error response