Skip to content

feat: add dynamic parameter type extensions #24136

feat: add dynamic parameter type extensions

feat: add dynamic parameter type extensions #24136

Triggered via pull request January 23, 2026 22:17
Status Failure
Total duration 12m 25s
Artifacts 6

phar.yml

on: pull_request
integration-tests  /  Check PHAR checksum
11s
integration-tests / Check PHAR checksum
Download base SHA PHAR
0s
Download base SHA PHAR
extension-tests  /  Check PHAR checksum
6s
extension-tests / Check PHAR checksum
other-tests  /  Check PHAR checksum
5s
other-tests / Check PHAR checksum
Commit PHAR
0s
Commit PHAR
Matrix: integration-tests / integration-run-phpstan
integration-tests  /  PMMP Tests
1m 9s
integration-tests / PMMP Tests
Matrix: integration-tests / integration-tests
Checksum PHAR
0s
Checksum PHAR
PHAR Prefix Diff
0s
PHAR Prefix Diff
Matrix: extension-tests / tests-extensions
Matrix: other-tests / Other Tests
integration-tests  /  Integration - Update baselines
0s
integration-tests / Integration - Update baselines
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 3 warnings
extension-tests / phpstan-nette (7.4) make phpstan
Process completed with exit code 2.
extension-tests / phpstan-nette (7.4) make phpstan: src/Type/Nette/StringsReplaceCallbackClosureTypeExtension.php#L24
Class PHPStan\Type\Nette\StringsReplaceCallbackClosureTypeExtension implements deprecated interface PHPStan\Type\StaticMethodParameterClosureTypeExtension.
extension-tests / phpstan-nette (8.0) make phpstan
Process completed with exit code 2.
extension-tests / phpstan-nette (8.0) make phpstan: src/Type/Nette/StringsReplaceCallbackClosureTypeExtension.php#L24
Class PHPStan\Type\Nette\StringsReplaceCallbackClosureTypeExtension implements deprecated interface PHPStan\Type\StaticMethodParameterClosureTypeExtension.
extension-tests / phpstan-nette (8.1) make phpstan
Process completed with exit code 2.
extension-tests / phpstan-nette (8.1) make phpstan: src/Type/Nette/StringsReplaceCallbackClosureTypeExtension.php#L24
Class PHPStan\Type\Nette\StringsReplaceCallbackClosureTypeExtension implements deprecated interface PHPStan\Type\StaticMethodParameterClosureTypeExtension.
extension-tests / phpstan-nette (8.3) make phpstan
Process completed with exit code 2.
extension-tests / phpstan-nette (8.3) make phpstan: src/Type/Nette/StringsReplaceCallbackClosureTypeExtension.php#L24
Class PHPStan\Type\Nette\StringsReplaceCallbackClosureTypeExtension implements deprecated interface PHPStan\Type\StaticMethodParameterClosureTypeExtension.
extension-tests / phpstan-nette (8.5) make phpstan
Process completed with exit code 2.
extension-tests / phpstan-nette (8.5) make phpstan: src/Type/Nette/StringsReplaceCallbackClosureTypeExtension.php#L24
Class PHPStan\Type\Nette\StringsReplaceCallbackClosureTypeExtension implements deprecated interface PHPStan\Type\StaticMethodParameterClosureTypeExtension.
extension-tests / phpstan-nette (8.4) make phpstan
Process completed with exit code 2.
extension-tests / phpstan-nette (8.4) make phpstan: src/Type/Nette/StringsReplaceCallbackClosureTypeExtension.php#L24
Class PHPStan\Type\Nette\StringsReplaceCallbackClosureTypeExtension implements deprecated interface PHPStan\Type\StaticMethodParameterClosureTypeExtension.
extension-tests / phpstan-nette (8.2) make phpstan
Process completed with exit code 2.
extension-tests / phpstan-nette (8.2) make phpstan: src/Type/Nette/StringsReplaceCallbackClosureTypeExtension.php#L24
Class PHPStan\Type\Nette\StringsReplaceCallbackClosureTypeExtension implements deprecated interface PHPStan\Type\StaticMethodParameterClosureTypeExtension.
other-tests / Other Tests (8, ubuntu-latest, cd e2e/symfony-event composer install --ignore-platform-reqs ../.....
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires symfony/framework-bundle 4.4.* -> satisfiable by symfony/framework-bundle[v4.4.0, ..., v4.4.51]. - symfony/framework-bundle[v4.4.0, ..., v4.4.51] require symfony/http-foundation ^4.4|^5.0 -> found symfony/http-foundation[v4.4.0, ..., v4.4.49, v5.0.0, ..., v5.4.50] but these were not loaded, because they are affected by security advisories ("PKSA-365x-2zjk-pt47", "PKSA-b35n-565h-rs4q", "PKSA-t4rz-hp2g-57t1"). Go to https://packagist.org/security-advisories/ to find advisory details. To ignore the advisories, add them to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
integration-tests / Integration - shipmonk-rnd/dead-code-detector
Process completed with exit code 1.
integration-tests / Integration - shipmonk-rnd/dead-code-detector
Process completed with exit code 1.
integration-tests / Integration - shipmonk-rnd/dead-code-detector
Internal error: PHPStan\Analyser\NodeScopeResolver::processExprNode(): Argument #4 ($storage) must be of type PHPStan\Analyser\ExpressionResultStorage, Closure given, called in /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/vendor/shipmonk/phpstan-rules/src/Rule/ForbidCheckedExceptionInCallableRule.php on line 239 while analysing file /home/runner/work/phpstan-src/phpstan-src/e2e/integration/repo/src/Collector/MethodCallCollector.php Run PHPStan with -v option and post the stack trace to: https://github.com/phpstan/phpstan/issues/new?template=Bug_report.yaml
integration-tests / Integration - larastan/larastan
Process completed with exit code 1.
integration-tests / Integration - larastan/larastan: src/Rules/CheckDispatchArgumentTypesCompatibleWithClassConstructorRule.php#L123
Parameter #7 $acceptsNamedArguments of method PHPStan\Rules\FunctionCallParametersCheck::check() expects PHPStan\TrinaryLogic, string given.
integration-tests / Integration - larastan/larastan: src/Rules/CheckDispatchArgumentTypesCompatibleWithClassConstructorRule.php#L122
Parameter #6 $nodeType of method PHPStan\Rules\FunctionCallParametersCheck::check() expects 'attribute'|'callable'|'function'|'method'|'new'|'staticMethod', PHPStan\TrinaryLogic given.
integration-tests / Integration - larastan/larastan: src/Rules/CheckDispatchArgumentTypesCompatibleWithClassConstructorRule.php#L121
Parameter #5 $funcCall of method PHPStan\Rules\FunctionCallParametersCheck::check() expects PhpParser\Node\Expr\FuncCall|PhpParser\Node\Expr\MethodCall|PhpParser\Node\Expr\New_|PhpParser\Node\Expr\StaticCall, string given.
integration-tests / Integration - larastan/larastan: src/Rules/CheckDispatchArgumentTypesCompatibleWithClassConstructorRule.php#L120
Parameter #4 $calleeReflection of method PHPStan\Rules\FunctionCallParametersCheck::check() expects PHPStan\Reflection\FunctionReflection|PHPStan\Reflection\MethodReflection|null, PhpParser\Node\Expr\StaticCall given.
integration-tests / Integration - Larastan tests PHP 8.3, ^11.15
Process completed with exit code 2.
integration-tests / PMMP Tests
Process completed with exit code 1.
integration-tests / PMMP Tests: tools/generate-item-upgrade-schema.php#L80
Argument of an invalid type mixed supplied for foreach, only iterables are supported.
integration-tests / Integration - laravel/framework
Process completed with exit code 1.
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict composer install cp ../../phpstan vendor/p...
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 33735 , Maximum supported length: 32766
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict composer install cp ../../phpstan vendor/p...
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 33735 , Maximum supported length: 32766
other-tests / Other Tests (7.4, windows-latest, cd e2e/name-conflict composer install cp ../../phpstan vendor/p...
Environment variable 'INPUT_GITHUB_CONTEXT' exceeds the maximum supported length. Environment variable length: 33735 , Maximum supported length: 32766

Artifacts

Produced during runtime
Name Size Digest
baselines-larastan-baseline.neon
541 Bytes
sha256:5ef9802d293420e9ab1b0b120adda9cde361b80d6733701204c7667384f19af6
baselines-laravel-baseline.neon
308 Bytes
sha256:bc22a5043ed96f02355b5dbb16a00325daf1fa8bed3ac495fe0fabf1a7097047
baselines-shipmonk-dead-code-detector-baseline.neon
228 Bytes
sha256:7f1b38b01f74a0b7c2b4cff615e5d4b0e0374fb57058e9658c960c3e8bf3bd2e
phar-file
3.7 MB
sha256:cd0c60ee50cd7e5ab22feadacf3d3c7c0ac4828765c056721797fe51f7c294b3
phar-file-checksum
3.7 MB
sha256:7a88709a86213a40693e1ce5ff68f52402b989647f03d5982a0b629f434e0620
pocketmine-ng-baseline.neon
342 Bytes
sha256:2000207d6d7cea87089f7dacedd70d5b3bfa39ea0b0748b6f63baa2372b0a1a5