Skip to content

Fix dependency issue #30

Fix dependency issue

Fix dependency issue #30

Triggered via push September 24, 2024 17:28
Status Failure
Total duration 32s
Artifacts
Code Analysis
21s
Code Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Code Analysis: src/ArrayFile.php#L82
Parameter #1 $phpVersion of class PhpParser\Lexer\Emulative constructor expects PhpParser\PhpVersion|null, array<string, array<int, string>> given.
Code Analysis: src/ArrayFile.php#L91
Access to undefined constant PhpParser\ParserFactory::PREFER_PHP7.
Code Analysis: src/ArrayFile.php#L91
Call to an undefined method PhpParser\ParserFactory::create().
Code Analysis: src/ArrayFile.php#L155
Access to an undefined property PhpParser\Node\Expr|PhpParser\Node\Name::$parts.
Code Analysis: src/ArrayFile.php#L289
Parameter #1 $items of class PhpParser\Node\Expr\Array_ constructor expects array<PhpParser\Node\ArrayItem>, array<int, PhpParser\Node\Expr\ArrayItem> given.
Code Analysis: src/Printer/ArrayPrinter.php#L33
Parameter #1 $options of method PhpParser\PrettyPrinterAbstract::__construct() expects array{phpVersion?: PhpParser\PhpVersion, newline?: string, shortArraySyntax?: bool}, array<string, bool> given.
Code Analysis: src/Printer/ArrayPrinter.php#L71
Return type mixed of method Winter\LaravelConfigWriter\Printer\ArrayPrinter::pMaybeMultiline() is not covariant with return type string of method PhpParser\PrettyPrinter\Standard::pMaybeMultiline().
Code Analysis: src/Printer/ArrayPrinter.php#L126
Access to an undefined property Winter\LaravelConfigWriter\Printer\ArrayPrinter::$options.
Code Analysis: src/Printer/ArrayPrinter.php#L181
Return type string of method Winter\LaravelConfigWriter\Printer\ArrayPrinter::indent() is not covariant with return type void of method PhpParser\PrettyPrinterAbstract::indent().
Code Analysis: src/Printer/ArrayPrinter.php#L194
Return type string of method Winter\LaravelConfigWriter\Printer\ArrayPrinter::outdent() is not covariant with return type void of method PhpParser\PrettyPrinterAbstract::outdent().
Code Analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Code Analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/[email protected], actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code Analysis
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/