chore(deps): allow webmozart/assert v2 #156
integrate.yaml
on: pull_request
Integration test
/
Supported Versions Matrix
4s
Unit test
/
Supported Versions Matrix
6s
Code Coverage
/
Code Coverage
22s
Matrix: Coding Standards / Coding Standards
Matrix: Dependency analysis / Dependency Analysis
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Integration test / Tests
Matrix: Unit test / Tests
Annotations
3 errors
|
Static analysis / Static Code Analysis (8.0)
Process completed with exit code 2.
|
|
InvalidReturnStatement:
src/Utils.php#L60
src/Utils.php:60:16: InvalidReturnStatement: The inferred type 'list<list{string, int}|string>' does not match the declared return type 'array<array-key, string>' for phpDocumentor\Reflection\Utils::pregSplit (see https://psalm.dev/128)
|
|
InvalidReturnType:
src/Utils.php#L46
src/Utils.php:46:16: InvalidReturnType: The declared return type 'array<array-key, string>' for phpDocumentor\Reflection\Utils::pregSplit is incorrect, got 'list<list{string, int}|string>' (see https://psalm.dev/011)
|