Lock file maintenance #930
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
8s
Matrix: ci / QA Checks
Annotations
6 errors
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/Transport/PostmarkTransport.php#L175
Multi-line function calls must have a trailing comma after the last parameter.
|
PropertyNotSetInConstructor:
src/Value/LinkTracking.php#L13
src/Value/LinkTracking.php:13:13: PropertyNotSetInConstructor: Property Netglue\Mail\Postmark\Value\LinkTracking::$value is not defined in constructor of Netglue\Mail\Postmark\Value\LinkTracking or in any methods called in the constructor (see https://psalm.dev/074)
|
MixedAssignment:
tests/Message/PostmarkMessageTest.php#L28
tests/Message/PostmarkMessageTest.php:28:9: MixedAssignment: Unable to determine the type that $mode is being assigned to (see https://psalm.dev/032)
|
MixedArgument:
tests/Message/PostmarkMessageTest.php#L30
tests/Message/PostmarkMessageTest.php:30:39: MixedArgument: Argument 1 of Netglue\Mail\Postmark\Message\PostmarkMessage::setLinkTrackingMode cannot be mixed, expecting Netglue\Mail\Postmark\Value\LinkTracking (see https://psalm.dev/030)
|
MixedArgument:
tests/Transport/PostmarkTransportTest.php#L122
tests/Transport/PostmarkTransportTest.php:122:39: MixedArgument: Argument 1 of Netglue\Mail\Postmark\Message\PostmarkMessage::setLinkTrackingMode cannot be mixed, expecting Netglue\Mail\Postmark\Value\LinkTracking (see https://psalm.dev/030)
|
MixedMethodCall:
tests/Value/LinkTrackingTest.php#L21
tests/Value/LinkTrackingTest.php:21:52: MixedMethodCall: Cannot determine the type of $datum[0] when calling method getValue (see https://psalm.dev/015)
|