adjust to current dependency packages and PHP >= 7.3

This commit is contained in:
2022-07-19 23:20:33 +02:00
committed by Daniel Seifert
parent b22da1bd4a
commit 7e43fa1537
27 changed files with 122 additions and 114 deletions

View File

@ -36,7 +36,7 @@ class BinaryRequest extends Request implements SmsRequestInterface
return array_merge(
parent::getRawBody(),
[
'userDataHeaderPresent' => true
'userDataHeaderPresent' => true,
]
);
}