Skip to content

Merge pull request #62 from php-etl/feature/optimize-download-capacity #325

Merge pull request #62 from php-etl/feature/optimize-download-capacity

Merge pull request #62 from php-etl/feature/optimize-download-capacity #325

Triggered via push November 20, 2024 08:04
Status Failure
Total duration 30s
Artifacts

phpstan-5.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan5: src/Builder/AlternativeLookup.php#L37
Parameter $name of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr|PhpParser\Node\Identifier|string, PhpParser\Node\Name given.
phpstan5: src/Builder/Capacity/Extractor/Get.php#L51
Parameter #1 $array (array{PhpParser\Node\Arg}) to function array_filter does not contain falsy values, the array will always stay the same.
phpstan5: src/Builder/Capacity/Lookup/Download.php#L132
Parameter $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<int, PhpParser\Node\Arg|PhpParser\Node\Expr\Variable> given.
phpstan5: src/Builder/Capacity/Lookup/Get.php#L128
Parameter $name of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr|PhpParser\Node\Identifier|string, PhpParser\Node\Name given.
phpstan5: src/Builder/ConditionalLookup.php#L68
Parameter #1 $array (array{PhpParser\Node\Stmt\Expression, PhpParser\Node\Stmt\Expression, PhpParser\Node\Stmt\If_}) to function array_filter does not contain falsy values, the array will always stay the same.
phpstan5: src/Builder/ConditionalLookup.php#L92
Parameter $stmts of class PhpParser\Node\Stmt\ElseIf_ constructor expects array<PhpParser\Node\Stmt>, array<int, PhpParser\Node> given.
phpstan5: src/Builder/ConditionalLookup.php#L102
Parameter $name of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr|PhpParser\Node\Identifier|string, PhpParser\Node\Name given.
phpstan5: src/Builder/Extractor.php#L81
Parameter $stmts of class PhpParser\Node\Stmt\TryCatch constructor expects array<PhpParser\Node\Stmt>, array<int, PhpParser\Node> given.
phpstan5: src/Builder/Loader.php#L81
Parameter $stmts of class PhpParser\Node\Stmt\TryCatch constructor expects array<PhpParser\Node\Stmt>, array<int, PhpParser\Node> given.
phpstan5: src/Builder/Lookup.php#L91
Parameter #1 $array (array{PhpParser\Node\Stmt\Expression, PhpParser\Node\Stmt\Do_}) to function array_filter does not contain falsy values, the array will always stay the same.
phpstan5
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/