Add the ability to parse multipart MIME email strings #498
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
8s
Matrix: ci / QA Checks
Annotations
16 errors and 1 warning
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/message/attachments.md#L141
Trailing spaces [Expected: 0 or 2; Actual: 1]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/message/attachments.md#L151
Files should end with a single newline character
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/message/intro.md#L86
Trailing spaces [Expected: 0 or 2; Actual: 1]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/message/intro.md#L87
Trailing spaces [Expected: 0 or 2; Actual: 1]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/message/intro.md#L88
Trailing spaces [Expected: 0 or 2; Actual: 1]
|
ci / QA Checks (Documentation Linting [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integra...:
docs/book/message/intro.md#L514
Files should end with a single newline character
|
TypeDoesNotContainType:
src/AddressList.php#L91
src/AddressList.php:91:21: TypeDoesNotContainType: Type never for $key is never object (see https://psalm.dev/056)
|
MixedArgument:
src/AddressList.php#L91
src/AddressList.php:91:21: MixedArgument: Argument 2 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
RedundantCondition:
src/AddressList.php#L91
src/AddressList.php:91:53: RedundantCondition: Type never for $key is never object (see https://psalm.dev/122)
|
TypeDoesNotContainType:
src/Headers.php#L259
src/Headers.php:259:17: TypeDoesNotContainType: Type never for $headers is never object (see https://psalm.dev/056)
|
MixedArgument:
src/Headers.php#L259
src/Headers.php:259:17: MixedArgument: Argument 2 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
RedundantCondition:
src/Headers.php#L259
src/Headers.php:259:57: RedundantCondition: Type never for $headers is never object (see https://psalm.dev/122)
|
TypeDoesNotContainType:
src/Headers.php#L299
src/Headers.php:299:17: TypeDoesNotContainType: Type never for $headerFieldNameOrLine is never object (see https://psalm.dev/056)
|
MixedArgument:
src/Headers.php#L299
src/Headers.php:299:17: MixedArgument: Argument 3 of sprintf cannot be mixed|string, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
|
RedundantCondition:
src/Headers.php#L301
src/Headers.php:301:19: RedundantCondition: Type never for $headerFieldNameOrLine is never object (see https://psalm.dev/122)
|
TypeDoesNotContainType:
src/Headers.php#L351
src/Headers.php:351:17: TypeDoesNotContainType: Type never for $instanceOrFieldName is never object (see https://psalm.dev/056)
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
test/MessageTest.php#L888
Line exceeds 120 characters; contains 292 characters
|