Merge pull request #755 from MrPetovan/bug/5932-fix-php-notices

[buffer] Fix Undefined offset: 504 notice
This commit is contained in:
Michael Vogel 2018-10-17 14:01:00 +02:00 committed by GitHub
commit 0f540002db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
'403' => 'Permission denied.',
'404' => 'Endpoint not found.',
'405' => 'Method not allowed.',
'504' => 'Gateway timeout server response timeout.',
'1000' => 'An unknown error occurred.',
'1001' => 'Access token required.',
'1002' => 'Not within application scope.',