Skip to content

build(deps): Bump actions/checkout from 4 to 6 #30

build(deps): Bump actions/checkout from 4 to 6

build(deps): Bump actions/checkout from 4 to 6 #30

Triggered via pull request May 27, 2026 22:26
Status Failure
Total duration 24s
Artifacts

psalm.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
psalm
Process completed with exit code 2.
PossiblyNullArgument: src/Layout/LinearLayoutEngine.php#L39
src/Layout/LinearLayoutEngine.php:39:64: PossiblyNullArgument: Argument 1 of LibreSign\XObjectTemplate\Layout\LinearLayoutEngine::toPoints cannot be null, possibly null value provided (see https://psalm.dev/078)
PossiblyNullArgument: src/Layout/LinearLayoutEngine.php#L38
src/Layout/LinearLayoutEngine.php:38:41: PossiblyNullArgument: Argument 1 of LibreSign\XObjectTemplate\Layout\LinearLayoutEngine::toPoints cannot be null, possibly null value provided (see https://psalm.dev/078)
TypeDoesNotContainType: src/Html/SubsetHtmlParser.php#L82
src/Html/SubsetHtmlParser.php:82:44: TypeDoesNotContainType: Cannot resolve types for $node->textContent with type string and !isset assertion (see https://psalm.dev/056)
RedundantCondition: src/Html/SubsetHtmlParser.php#L82
src/Html/SubsetHtmlParser.php:82:22: RedundantCondition: Type string for $node->textContent is always isset (see https://psalm.dev/122)
PossiblyNullIterator: src/Html/SubsetHtmlParser.php#L56
src/Html/SubsetHtmlParser.php:56:22: PossiblyNullIterator: Cannot iterate over nullable var DOMNamedNodeMap|null (see https://psalm.dev/097)