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 )
22
33PHP Object Oriented wrapper for the Constant Contact V3 API.
44
Original file line number Diff line number Diff line change 11parameters:
2- level: 4
2+ level: 5
33 errorFormat: raw
44 editorUrl: '%%file%% %%line%% %%column%%: %%error%%'
55 paths:
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ private function getHeaders(array $additional = []) : array
429429 ], $ additional );
430430 }
431431
432- private function process (\GuzzleHttp \ Psr7 \ Response $ response ) : array
432+ private function process (\Psr \ Http \ Message \ ResponseInterface $ response ) : array
433433 {
434434 $ this ->lastError = $ response ->getReasonPhrase ();
435435 $ this ->statusCode = $ response ->getStatusCode ();
You can’t perform that action at this time.
0 commit comments