Add the ability to parse multipart MIME email strings #495
Annotations
10 errors
src/Message.php#L579
src/Message.php:579:17: MixedAssignment: Unable to determine the type that $parameters is being assigned to (see https://psalm.dev/032)
|
src/Message.php#L579
src/Message.php:579:46: PossiblyFalseReference: Cannot call method getParameters on possibly false value (see https://psalm.dev/105)
|
src/Message.php#L579
src/Message.php:579:46: UndefinedMethod: Method ArrayIterator::getParameters does not exist (see https://psalm.dev/022)
|
src/Message.php#L580
src/Message.php:580:17: MixedAssignment: Unable to determine the type that $boundary is being assigned to (see https://psalm.dev/032)
|
src/Message.php#L580
src/Message.php:580:32: MixedArrayAccess: Cannot access array value on mixed variable $parameters (see https://psalm.dev/051)
|
src/Message.php#L582
src/Message.php:582:13: ReferenceConstraintViolation: Variable $content is limited to values of type string because it is passed by reference, Laminas\Mime\Message type found (see https://psalm.dev/086)
|
src/Message.php#L582
src/Message.php:582:66: MixedArgument: Argument 2 of Laminas\Mime\Message::createFromMessage cannot be mixed|null, expecting null|string (see https://psalm.dev/030)
|
test/MessageTest.php#L859
test/MessageTest.php:859:48: MixedMethodCall: Cannot determine the type of the object on the left hand side of this expression (see https://psalm.dev/015)
|
test/MessageTest.php#L859
test/MessageTest.php:859:48: PossiblyInvalidMethodCall: Cannot call method on possible string variable (see https://psalm.dev/113)
|
test/MessageTest.php#L860
test/MessageTest.php:860:9: MixedAssignment: Unable to determine the type that $parts is being assigned to (see https://psalm.dev/032)
|
The logs for this run have expired and are no longer available.
Loading