Skip to content

Update phpstan to 2.1.x #1470

Update phpstan to 2.1.x

Update phpstan to 2.1.x #1470

Triggered via pull request October 26, 2025 20:46
Status Failure
Total duration 2m 47s
Artifacts

ci.yml

on: pull_request
Windows - PHP 8.1 & SQL Server
2m 43s
Windows - PHP 8.1 & SQL Server
Coding Standard & Static Analysis
32s
Coding Standard & Static Analysis
Matrix: testsuite
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Coding Standard & Static Analysis: src/Phinx/Config/ConfigInterface.php#L16
Interface Phinx\Config\ConfigInterface extends generic interface ArrayAccess but does not specify its types: TKey, TValue
Coding Standard & Static Analysis: src/Phinx/Config/Config.php#L454
Method Phinx\Config\Config::recurseArrayForTokens() return type has no value type specified in iterable type array.
Coding Standard & Static Analysis: src/Phinx/Config/Config.php#L454
Method Phinx\Config\Config::recurseArrayForTokens() has parameter $arr with no value type specified in iterable type array.
Coding Standard & Static Analysis: src/Phinx/Config/Config.php#L426
Method Phinx\Config\Config::replaceTokens() return type has no value type specified in iterable type array.
Coding Standard & Static Analysis: src/Phinx/Config/Config.php#L426
Method Phinx\Config\Config::replaceTokens() has parameter $arr with no value type specified in iterable type array.
Coding Standard & Static Analysis: src/Phinx/Config/Config.php#L365
Method Phinx\Config\Config::getDataDomain() return type has no value type specified in iterable type array.
Coding Standard & Static Analysis: src/Phinx/Config/Config.php#L166
Method Phinx\Config\Config::getEnvironment() return type has no value type specified in iterable type array.
Coding Standard & Static Analysis: src/Phinx/Config/Config.php#L147
Method Phinx\Config\Config::getEnvironments() return type has no value type specified in iterable type array.
Coding Standard & Static Analysis: src/Phinx/Config/Config.php#L54
Method Phinx\Config\Config::__construct() has parameter $configArray with no value type specified in iterable type array.
Coding Standard & Static Analysis: src/Phinx/Config/Config.php#L43
Property Phinx\Config\Config::$values type has no value type specified in iterable type array.