fix: Option/functions.php の PHPDoc を修正(ただしく型推論されるように) #46
Annotations
6 errors and 1 warning
|
|
|
src/Option/functions.php#L77
Template type U of function WizDevelop\PhpMonad\Option\tryOf() is not referenced in a parameter.
|
|
src/Option/functions.php#L77
PHPDoc tag @param for parameter $callback with type (callable)|null is not subtype of native type callable.
|
|
src/Option/functions.php#L61
Template type U of function WizDevelop\PhpMonad\Option\of() is not referenced in a parameter.
|
|
src/Option/functions.php#L61
PHPDoc tag @param for parameter $callback with type (callable)|null is not subtype of native type callable.
|
|
src/Option/functions.php#L48
Function WizDevelop\PhpMonad\Option\fromValue() should return WizDevelop\PhpMonad\Option<U> but returns WizDevelop\PhpMonad\Option\None|WizDevelop\PhpMonad\Option\Some<U|null>.
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading