php notice fixings

addons:
- bufferapp (missing errorcode)
- twitter (wrong field name 'nickname')
core:
- bbcode (incomplete attachementdata)
- crypto (uninitialized key)
This commit is contained in:
Philipp Holzer 2019-08-27 08:27:06 +02:00
parent f62b08f550
commit 0822bb59a3
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@
public $errors = [
'invalid-endpoint' => 'The endpoint you supplied does not appear to be valid.',
'401' => 'Unauthorized.',
'403' => 'Permission denied.',
'404' => 'Endpoint not found.',
'405' => 'Method not allowed.',