chore: Disabled phpcs like it was before, to many changes for this PR #134
Annotations
10 errors and 3 warnings
ParamNameMismatch:
src/Collection/ImmutableCollection.php#L19
src/Collection/ImmutableCollection.php:19:37: ParamNameMismatch: Argument 1 of MyOnlineStore\Common\Domain\Collection\ImmutableCollection::offsetSet has wrong name $key, expecting $offset as defined by ArrayAccess::offsetSet (see https://psalm.dev/230)
|
ParamNameMismatch:
src/Collection/ImmutableCollection.php#L19
src/Collection/ImmutableCollection.php:19:37: ParamNameMismatch: Argument 1 of MyOnlineStore\Common\Domain\Collection\ImmutableCollection::offsetSet has wrong name $key, expecting $offset as defined by ArrayObject::offsetSet (see https://psalm.dev/230)
|
UndefinedAttributeClass:
src/Value/Locale.php#L16
src/Value/Locale.php:16:7: UndefinedAttributeClass: Attribute class MyOnlineStore\Common\Domain\Value\Embedded does not exist (see https://psalm.dev/241)
|
UndefinedAttributeClass:
src/Value/Locale.php#L20
src/Value/Locale.php:20:7: UndefinedAttributeClass: Attribute class MyOnlineStore\Common\Domain\Value\Embedded does not exist (see https://psalm.dev/241)
|
UndefinedAttributeClass:
src/Value/Location/Address/Street.php#L20
src/Value/Location/Address/Street.php:20:7: UndefinedAttributeClass: Attribute class MyOnlineStore\Common\Domain\Value\Location\Address\Embedded does not exist (see https://psalm.dev/241)
|
UndefinedAttributeClass:
src/Value/Location/Address/Street.php#L24
src/Value/Location/Address/Street.php:24:7: UndefinedAttributeClass: Attribute class MyOnlineStore\Common\Domain\Value\Location\Address\Embedded does not exist (see https://psalm.dev/241)
|
RiskyTruthyFalsyComparison:
src/Value/Location/Address/Street.php#L77
src/Value/Location/Address/Street.php:77:16: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Value/Location/Address/Street.php#L82
src/Value/Location/Address/Street.php:82:71: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
UndefinedAttributeClass:
src/Value/Money/Money.php#L15
src/Value/Money/Money.php:15:7: UndefinedAttributeClass: Attribute class MyOnlineStore\Common\Domain\Value\Money\Embedded does not exist (see https://psalm.dev/241)
|
UndefinedAttributeClass:
src/Value/Money/Money.php#L19
src/Value/Money/Money.php:19:7: UndefinedAttributeClass: Attribute class MyOnlineStore\Common\Domain\Value\Money\Embedded does not exist (see https://psalm.dev/241)
|
Test (8.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (8.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test (8.1)
Skipping prestissimo, as it does not support Composer . Specify composer:v1 in tools to use prestissimo
|