Skip to content

Fixed flatMap behavior #90

Fixed flatMap behavior

Fixed flatMap behavior #90

Triggered via pull request January 16, 2025 22:11
Status Success
Total duration 41s
Artifacts

docker.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 10 notices
run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
run: src/Optional.php#L63
* [Empty statement] Empty CATCH statement detected
run: src/Optional.php#L25
* [No silenced errors] Silencing errors is discouraged; found: @static::isSupported... * [Space after not] Expected 1 space(s) after NOT operator; 0 found
run: src/Optional.php#L83
* [Disallow equal operators] Operator == is disallowed, use === instead. * [Line length] Line exceeds 80 characters; contains 84 characters
run: src/Optional.php#L61
* [Inline doc comment declaration] Invalid inline documentation comment format "@var static", expected "@var type $variableName Optional description".
run: src/Optional.php#L66
* [Inline doc comment declaration] Invalid inline documentation comment format "@var static", expected "@var type $variableName Optional description".
run: src/Optional.php#L192
* [Inline doc comment declaration] Missing variable $exceptionSupplier before or after the documentation comment.
run: src/Optional.php#L11
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
run: src/Optional.php#L101
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
run: src/Optional.php#L140
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
run: src/Optional.php#L150
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.