Added toNullable
method
#87
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#L92
* [Disallow equal operators] Operator == is disallowed, use === instead.
* [Line length] Line exceeds 80 characters; contains 84 characters
|
|
run:
src/Optional.php#L187
* [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#L143
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
run:
src/Optional.php#L145
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
run:
src/Optional.php#L198
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
run:
src/Optional.php#L208
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|