File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # ConstantContact [ ![ Tests] ( https://github.com/phpfui/ConstantContact/actions/workflows/tests.yml/badge.svg )] ( https://github.com/phpfui/ConstantContact/actions?query=workflow%3Atests ) [ ![ Latest Packagist release] ( https://img.shields.io/packagist/v/phpfui/constantcontact.svg )] ( https://packagist.org/packages/phpfui/constantcontact )
1
+ # ConstantContact [ ![ Tests] ( https://github.com/phpfui/ConstantContact/actions/workflows/tests.yml/badge.svg )] ( https://github.com/phpfui/ConstantContact/actions?query=workflow%3Atests ) [ ![ Latest Packagist release] ( https://img.shields.io/packagist/v/phpfui/constantcontact.svg )] ( https://packagist.org/packages/phpfui/constantcontact ) ![ ] ( https://img.shields.io/badge/PHPStan-level%205-brightgreen.svg?style=flat )
2
2
3
3
PHP Object Oriented wrapper for the Constant Contact V3 API.
4
4
Original file line number Diff line number Diff line change 1
1
parameters:
2
- level: 4
2
+ level: 5
3
3
errorFormat: raw
4
4
editorUrl: '%%file%% %%line%% %%column%%: %%error%%'
5
5
paths:
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ private function getHeaders(array $additional = []) : array
429
429
], $ additional );
430
430
}
431
431
432
- private function process (\GuzzleHttp \ Psr7 \ Response $ response ) : array
432
+ private function process (\Psr \ Http \ Message \ ResponseInterface $ response ) : array
433
433
{
434
434
$ this ->lastError = $ response ->getReasonPhrase ();
435
435
$ this ->statusCode = $ response ->getStatusCode ();
You can’t perform that action at this time.
0 commit comments