Added support for message to orElseThrow
method
#82
Annotations
1 warning and 10 notices
run
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L82
* [Disallow equal operators] Operator == is disallowed, use === instead.
* [Line length] Line exceeds 80 characters; contains 84 characters
|
|
run:
src/Optional.php#L177
* [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#L133
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
run:
src/Optional.php#L135
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
run:
src/Optional.php#L188
* [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.
|