Fix the conversion of lists to strings #267
integrate.yaml
on: pull_request
Unit test
/
Supported Versions Matrix
4s
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: Unit test / Tests
Annotations
10 errors
|
Static analysis / Static Code Analysis (8.0)
Process completed with exit code 2.
|
|
PossiblyNullOperand:
src/Types/Iterable_.php#L29
src/Types/Iterable_.php:29:57: PossiblyNullOperand: Cannot concatenate with a possibly null null|phpDocumentor\Reflection\Type (see https://psalm.dev/080)
|
|
PossiblyNullOperand:
src/Types/Collection.php#L66
src/Types/Collection.php:66:59: PossiblyNullOperand: Cannot concatenate with a possibly null null|phpDocumentor\Reflection\Type (see https://psalm.dev/080)
|
|
PossiblyNullOperand:
src/Types/Collection.php#L63
src/Types/Collection.php:63:40: PossiblyNullOperand: Cannot concatenate with a possibly null null|phpDocumentor\Reflection\Type (see https://psalm.dev/080)
|
|
PossiblyNullOperand:
src/Types/AbstractList.php#L80
src/Types/AbstractList.php:80:54: PossiblyNullOperand: Cannot concatenate with a possibly null null|phpDocumentor\Reflection\Type (see https://psalm.dev/080)
|
|
PossiblyNullOperand:
src/PseudoTypes/NonEmptyArray.php#L39
src/PseudoTypes/NonEmptyArray.php:39:64: PossiblyNullOperand: Cannot concatenate with a possibly null null|phpDocumentor\Reflection\Type (see https://psalm.dev/080)
|
|
Coding Standards / Coding Standards (8.0)
Process completed with exit code 1.
|
|
Coding Standards / Coding Standards (8.0):
/github/workspace/src/PseudoTypes/List_.php#L20
Type phpDocumentor\Reflection\Types\Mixed_ is not used in this file.
|
|
Coding Standards / Coding Standards (8.0):
/github/workspace/src/PseudoTypes/NonEmptyArray.php#L19
Type phpDocumentor\Reflection\Types\Mixed_ is not used in this file.
|
|
Coding Standards / Coding Standards (8.0):
/github/workspace/src/PseudoTypes/NonEmptyList.php#L20
Type phpDocumentor\Reflection\Types\Mixed_ is not used in this file.
|