Skip to content

Fix PhpStan!

Fix PhpStan! #55

Triggered via push August 6, 2023 03:01
Status Failure
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

jobs.yml

on: push
Matrix: Jobs
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Jobs (8.2): src/vennv/vapm/Thread.php#L209
Method vennv\vapm\Thread::getInput() should return string but returns mixed.
Jobs (8.2): src/vennv/vapm/Thread.php#L401
Binary operation "." between array|string and ';' results in an error.
Jobs (8.2): src/vennv/vapm/Thread.php#L401
Parameter #1 $closure of static method vennv\vapm\Utils::closureToString() expects Closure, callable(): mixed given.
Jobs (8.2): src/vennv/vapm/Utils.php#L59
Method vennv\vapm\UtilsInterface::outlineToInline() return type has no value type specified in iterable type array.
Jobs (8.2): src/vennv/vapm/Utils.php#L64
Method vennv\vapm\UtilsInterface::fixInputCommand() return type has no value type specified in iterable type array.
Jobs (8.2): src/vennv/vapm/Utils.php#L83
Parameter #1 $filename of function file expects string, string|false given.
Jobs (8.2): src/vennv/vapm/Utils.php#L88
Only numeric types are allowed in -, int|false given on the left side.
Jobs (8.2): src/vennv/vapm/Utils.php#L88
Only numeric types are allowed in -, int|false given on the left side.
Jobs (8.2): src/vennv/vapm/Utils.php#L88
Only numeric types are allowed in -, int|false given on the right side.
Jobs (8.2): src/vennv/vapm/Utils.php#L122
Method vennv\vapm\Utils::outlineToInline() return type has no value type specified in iterable type array.
Jobs (8.2)
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/