Improve build #953
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yaml
on: pull_request
Matrix: code-coverage
Matrix: coding-standards
Matrix: dependency-analysis
Matrix: integration-tests
Matrix: static-code-analysis
Matrix: unit-tests
Annotations
132 errors and 8 warnings
Unit tests (PHP 8.2 | Dependency versions: highest | Symfony: ~6.0.0)
Process completed with exit code 2.
|
Unit tests (PHP 8.2 | Dependency versions: highest | Symfony: ~6.1.0)
The job was canceled because "_8_2_highest__6_0_0" failed.
|
Unit tests (PHP 8.2 | Dependency versions: highest | Symfony: ~6.1.0)
Process completed with exit code 2.
|
UndefinedMethod:
src/DependencyInjection/Configuration.php#L39
src/DependencyInjection/Configuration.php:39:15: UndefinedMethod: Method Symfony\Component\Config\Definition\Builder\NodeDefinition::addDefaultsIfNotSet does not exist (see https://psalm.dev/022)
|
ArgumentTypeCoercion:
src/DependencyInjection/Configuration.php#L72
src/DependencyInjection/Configuration.php:72:36: ArgumentTypeCoercion: Argument 1 of Setono\SyliusGiftCardPlugin\DependencyInjection\Configuration::addResourcesSection expects Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition, but parent type Symfony\Component\Config\Definition\Builder\NodeDefinition provided (see https://psalm.dev/193)
|
MissingTemplateParam:
src/Factory/GiftCardConfigurationFactoryInterface.php#L10
src/Factory/GiftCardConfigurationFactoryInterface.php:10:57: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardConfigurationFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
MissingTemplateParam:
src/Factory/GiftCardFactoryInterface.php#L13
src/Factory/GiftCardFactoryInterface.php:13:44: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
TooManyTemplateParams:
src/Form/Type/AddGiftCardToOrderType.php#L17
src/Form/Type/AddGiftCardToOrderType.php:17:13: TooManyTemplateParams: Setono\SyliusGiftCardPlugin\Form\Type\AddGiftCardToOrderType has too many template params when extending Symfony\Component\Form\AbstractType, expecting 0 (see https://psalm.dev/184)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L34
src/Form/Type/CustomerAutocompleteChoiceType.php:34:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['remote_criteria_type'] (see https://psalm.dev/117)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L35
src/Form/Type/CustomerAutocompleteChoiceType.php:35:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['remote_criteria_name'] (see https://psalm.dev/117)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L36
src/Form/Type/CustomerAutocompleteChoiceType.php:36:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['remote_url'] (see https://psalm.dev/117)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L37
src/Form/Type/CustomerAutocompleteChoiceType.php:37:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['load_edit_url'] (see https://psalm.dev/117)
|
MissingTemplateParam:
src/Repository/GiftCardConfigurationRepositoryInterface.php#L12
src/Repository/GiftCardConfigurationRepositoryInterface.php:12:60: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Repository\GiftCardConfigurationRepositoryInterface has missing template params when extending Sylius\Component\Resource\Repository\RepositoryInterface, expecting 1 (see https://psalm.dev/182)
|
Unit tests (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.0.0)
The job was canceled because "_8_2_highest__6_0_0" failed.
|
Unit tests (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.0.0)
Process completed with exit code 255.
|
Static Code Analysis (PHP 8.1 | Dependency versions: highest | Symfony: ~6.2.0)
The job was canceled because "_8_1_highest__5_4" failed.
|
DeprecatedInterface:
src/Api/CommandHandler/AddGiftCardToOrderHandler.php#L16
src/Api/CommandHandler/AddGiftCardToOrderHandler.php:16:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
DeprecatedInterface:
src/Api/CommandHandler/AddItemToCartHandler.php#L24
src/Api/CommandHandler/AddItemToCartHandler.php:24:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
Static Code Analysis (PHP 8.2 | Dependency versions: highest | Symfony: ~6.0.0)
The job was canceled because "_8_1_highest__5_4" failed.
|
DeprecatedInterface:
src/Api/CommandHandler/AssociateConfigurationToChannelHandler.php#L17
src/Api/CommandHandler/AssociateConfigurationToChannelHandler.php:17:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
ReservedWord:
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php#L47
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php:47:17: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
ReservedWord:
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php#L22
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php:22:32: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
DeprecatedInterface:
src/Api/CommandHandler/CreateGiftCardConfigurationHandler.php#L13
src/Api/CommandHandler/CreateGiftCardConfigurationHandler.php:13:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
UndefinedMethod:
src/DependencyInjection/Configuration.php#L39
src/DependencyInjection/Configuration.php:39:15: UndefinedMethod: Method Symfony\Component\Config\Definition\Builder\NodeDefinition::addDefaultsIfNotSet does not exist (see https://psalm.dev/022)
|
DeprecatedInterface:
src/Api/CommandHandler/RemoveGiftCardFromOrderHandler.php#L16
src/Api/CommandHandler/RemoveGiftCardFromOrderHandler.php:16:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
ReservedWord:
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php#L47
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php:47:17: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
ArgumentTypeCoercion:
src/DependencyInjection/Configuration.php#L72
src/DependencyInjection/Configuration.php:72:36: ArgumentTypeCoercion: Argument 1 of Setono\SyliusGiftCardPlugin\DependencyInjection\Configuration::addResourcesSection expects Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition, but parent type Symfony\Component\Config\Definition\Builder\NodeDefinition provided (see https://psalm.dev/193)
|
ReservedWord:
src/DependencyInjection/SetonoSyliusGiftCardExtension.php#L66
src/DependencyInjection/SetonoSyliusGiftCardExtension.php:66:9: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
ReservedWord:
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php#L22
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php:22:32: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
PossiblyInvalidCast:
src/EmailManager/GiftCardEmailManager.php#L141
src/EmailManager/GiftCardEmailManager.php:141:55: PossiblyInvalidCast: false cannot be cast to string (see https://psalm.dev/190)
|
UndefinedMethod:
src/DependencyInjection/Configuration.php#L39
src/DependencyInjection/Configuration.php:39:15: UndefinedMethod: Method Symfony\Component\Config\Definition\Builder\NodeDefinition::addDefaultsIfNotSet does not exist (see https://psalm.dev/022)
|
ReservedWord:
src/EventSubscriber/DefaultGiftCardConfigurationSubscriber.php#L36
src/EventSubscriber/DefaultGiftCardConfigurationSubscriber.php:36:34: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
ArgumentTypeCoercion:
src/DependencyInjection/Configuration.php#L72
src/DependencyInjection/Configuration.php:72:36: ArgumentTypeCoercion: Argument 1 of Setono\SyliusGiftCardPlugin\DependencyInjection\Configuration::addResourcesSection expects Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition, but parent type Symfony\Component\Config\Definition\Builder\NodeDefinition provided (see https://psalm.dev/193)
|
MissingTemplateParam:
src/Factory/GiftCardConfigurationFactoryInterface.php#L10
src/Factory/GiftCardConfigurationFactoryInterface.php:10:57: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardConfigurationFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
MixedAssignment:
src/DependencyInjection/SetonoSyliusGiftCardExtension.php#L34
src/DependencyInjection/SetonoSyliusGiftCardExtension.php:34:9: MixedAssignment: Unable to determine the type that $loader is being assigned to (see https://psalm.dev/032)
|
MissingTemplateParam:
src/Factory/GiftCardFactoryInterface.php#L13
src/Factory/GiftCardFactoryInterface.php:13:44: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
ReservedWord:
src/Form/Extension/AddToCartTypeExtension.php#L51
src/Form/Extension/AddToCartTypeExtension.php:51:17: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
Static Code Analysis (PHP 8.2 | Dependency versions: highest | Symfony: ~6.3.0)
The job was canceled because "_8_1_highest__5_4" failed.
|
DeprecatedInterface:
src/Api/CommandHandler/AddGiftCardToOrderHandler.php#L16
src/Api/CommandHandler/AddGiftCardToOrderHandler.php:16:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
DeprecatedInterface:
src/Api/CommandHandler/AddItemToCartHandler.php#L24
src/Api/CommandHandler/AddItemToCartHandler.php:24:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
DeprecatedInterface:
src/Api/CommandHandler/AssociateConfigurationToChannelHandler.php#L17
src/Api/CommandHandler/AssociateConfigurationToChannelHandler.php:17:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
DeprecatedInterface:
src/Api/CommandHandler/CreateGiftCardConfigurationHandler.php#L13
src/Api/CommandHandler/CreateGiftCardConfigurationHandler.php:13:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
DeprecatedInterface:
src/Api/CommandHandler/RemoveGiftCardFromOrderHandler.php#L16
src/Api/CommandHandler/RemoveGiftCardFromOrderHandler.php:16:13: DeprecatedInterface: Symfony\Component\Messenger\Handler\MessageHandlerInterface is marked deprecated (see https://psalm.dev/152)
|
ReservedWord:
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php#L47
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php:47:17: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
ReservedWord:
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php#L22
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php:22:32: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
UndefinedMethod:
src/DependencyInjection/Configuration.php#L39
src/DependencyInjection/Configuration.php:39:15: UndefinedMethod: Method Symfony\Component\Config\Definition\Builder\NodeDefinition::addDefaultsIfNotSet does not exist (see https://psalm.dev/022)
|
ArgumentTypeCoercion:
src/DependencyInjection/Configuration.php#L72
src/DependencyInjection/Configuration.php:72:36: ArgumentTypeCoercion: Argument 1 of Setono\SyliusGiftCardPlugin\DependencyInjection\Configuration::addResourcesSection expects Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition, but parent type Symfony\Component\Config\Definition\Builder\NodeDefinition provided (see https://psalm.dev/193)
|
MixedAssignment:
src/DependencyInjection/SetonoSyliusGiftCardExtension.php#L34
src/DependencyInjection/SetonoSyliusGiftCardExtension.php:34:9: MixedAssignment: Unable to determine the type that $loader is being assigned to (see https://psalm.dev/032)
|
Unit tests (PHP 8.2 | Dependency versions: lowest | Symfony: ~6.0.0)
The job was canceled because "_8_2_highest__6_0_0" failed.
|
Unit tests (PHP 8.2 | Dependency versions: lowest | Symfony: ~6.0.0)
Process completed with exit code 2.
|
Static Code Analysis (PHP 8.2 | Dependency versions: highest | Symfony: ^5.4)
The job was canceled because "_8_1_highest__5_4" failed.
|
UndefinedMethod:
src/DependencyInjection/Configuration.php#L39
src/DependencyInjection/Configuration.php:39:15: UndefinedMethod: Method Symfony\Component\Config\Definition\Builder\NodeDefinition::addDefaultsIfNotSet does not exist (see https://psalm.dev/022)
|
ArgumentTypeCoercion:
src/DependencyInjection/Configuration.php#L72
src/DependencyInjection/Configuration.php:72:36: ArgumentTypeCoercion: Argument 1 of Setono\SyliusGiftCardPlugin\DependencyInjection\Configuration::addResourcesSection expects Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition, but parent type Symfony\Component\Config\Definition\Builder\NodeDefinition provided (see https://psalm.dev/193)
|
MissingTemplateParam:
src/Factory/GiftCardConfigurationFactoryInterface.php#L10
src/Factory/GiftCardConfigurationFactoryInterface.php:10:57: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardConfigurationFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
MissingTemplateParam:
src/Factory/GiftCardFactoryInterface.php#L13
src/Factory/GiftCardFactoryInterface.php:13:44: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
TooManyTemplateParams:
src/Form/Type/AddGiftCardToOrderType.php#L17
src/Form/Type/AddGiftCardToOrderType.php:17:13: TooManyTemplateParams: Setono\SyliusGiftCardPlugin\Form\Type\AddGiftCardToOrderType has too many template params when extending Symfony\Component\Form\AbstractType, expecting 0 (see https://psalm.dev/184)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L34
src/Form/Type/CustomerAutocompleteChoiceType.php:34:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['remote_criteria_type'] (see https://psalm.dev/117)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L35
src/Form/Type/CustomerAutocompleteChoiceType.php:35:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['remote_criteria_name'] (see https://psalm.dev/117)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L36
src/Form/Type/CustomerAutocompleteChoiceType.php:36:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['remote_url'] (see https://psalm.dev/117)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L37
src/Form/Type/CustomerAutocompleteChoiceType.php:37:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['load_edit_url'] (see https://psalm.dev/117)
|
MissingTemplateParam:
src/Repository/GiftCardConfigurationRepositoryInterface.php#L12
src/Repository/GiftCardConfigurationRepositoryInterface.php:12:60: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Repository\GiftCardConfigurationRepositoryInterface has missing template params when extending Sylius\Component\Resource\Repository\RepositoryInterface, expecting 1 (see https://psalm.dev/182)
|
Unit tests (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.2.0)
The operation was canceled.
|
Unit tests (PHP 8.0 | Dependency versions: lowest | Symfony: ^5.4)
The operation was canceled.
|
Static Code Analysis (PHP 8.1 | Dependency versions: highest | Symfony: ~6.0.0)
The job was canceled because "_8_1_highest__5_4" failed.
|
ReservedWord:
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php#L47
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php:47:17: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
ReservedWord:
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php#L22
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php:22:32: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
UndefinedMethod:
src/DependencyInjection/Configuration.php#L39
src/DependencyInjection/Configuration.php:39:15: UndefinedMethod: Method Symfony\Component\Config\Definition\Builder\NodeDefinition::addDefaultsIfNotSet does not exist (see https://psalm.dev/022)
|
ArgumentTypeCoercion:
src/DependencyInjection/Configuration.php#L72
src/DependencyInjection/Configuration.php:72:36: ArgumentTypeCoercion: Argument 1 of Setono\SyliusGiftCardPlugin\DependencyInjection\Configuration::addResourcesSection expects Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition, but parent type Symfony\Component\Config\Definition\Builder\NodeDefinition provided (see https://psalm.dev/193)
|
ReservedWord:
src/DependencyInjection/SetonoSyliusGiftCardExtension.php#L66
src/DependencyInjection/SetonoSyliusGiftCardExtension.php:66:9: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
PossiblyInvalidCast:
src/EmailManager/GiftCardEmailManager.php#L141
src/EmailManager/GiftCardEmailManager.php:141:55: PossiblyInvalidCast: false cannot be cast to string (see https://psalm.dev/190)
|
ReservedWord:
src/EventSubscriber/DefaultGiftCardConfigurationSubscriber.php#L36
src/EventSubscriber/DefaultGiftCardConfigurationSubscriber.php:36:34: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
MissingTemplateParam:
src/Factory/GiftCardConfigurationFactoryInterface.php#L10
src/Factory/GiftCardConfigurationFactoryInterface.php:10:57: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardConfigurationFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
MissingTemplateParam:
src/Factory/GiftCardFactoryInterface.php#L13
src/Factory/GiftCardFactoryInterface.php:13:44: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
ReservedWord:
src/Form/Extension/AddToCartTypeExtension.php#L51
src/Form/Extension/AddToCartTypeExtension.php:51:17: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
Static Code Analysis (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.1.0)
The job was canceled because "_8_1_highest__5_4" failed.
|
Static Code Analysis (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.1.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.2 | Dependency versions: lowest | Symfony: ^5.4)
The job was canceled because "_8_1_highest__5_4" failed.
|
Static Code Analysis (PHP 8.2 | Dependency versions: lowest | Symfony: ^5.4)
The operation was canceled.
|
Unit tests (PHP 8.2 | Dependency versions: lowest | Symfony: ~6.3.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.2 | Dependency versions: highest | Symfony: ~6.1.0)
The job was canceled because "_8_1_highest__5_4" failed.
|
ReservedWord:
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php#L47
src/Api/Controller/Action/UploadGiftCardConfigurationImageAction.php:47:17: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
ReservedWord:
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php#L22
src/DependencyInjection/Compiler/AddAdjustmentsToOrderAdjustmentClearerPass.php:22:32: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
UndefinedMethod:
src/DependencyInjection/Configuration.php#L39
src/DependencyInjection/Configuration.php:39:15: UndefinedMethod: Method Symfony\Component\Config\Definition\Builder\NodeDefinition::addDefaultsIfNotSet does not exist (see https://psalm.dev/022)
|
ArgumentTypeCoercion:
src/DependencyInjection/Configuration.php#L72
src/DependencyInjection/Configuration.php:72:36: ArgumentTypeCoercion: Argument 1 of Setono\SyliusGiftCardPlugin\DependencyInjection\Configuration::addResourcesSection expects Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition, but parent type Symfony\Component\Config\Definition\Builder\NodeDefinition provided (see https://psalm.dev/193)
|
MixedAssignment:
src/DependencyInjection/SetonoSyliusGiftCardExtension.php#L34
src/DependencyInjection/SetonoSyliusGiftCardExtension.php:34:9: MixedAssignment: Unable to determine the type that $loader is being assigned to (see https://psalm.dev/032)
|
UndefinedClass:
src/DependencyInjection/SetonoSyliusGiftCardExtension.php#L34
src/DependencyInjection/SetonoSyliusGiftCardExtension.php:34:23: UndefinedClass: Class, interface or enum named Symfony\Component\DependencyInjection\Loader\XmlFileLoader does not exist (see https://psalm.dev/019)
|
MixedMethodCall:
src/DependencyInjection/SetonoSyliusGiftCardExtension.php#L66
src/DependencyInjection/SetonoSyliusGiftCardExtension.php:66:18: MixedMethodCall: Cannot determine the type of $loader when calling method load (see https://psalm.dev/015)
|
MixedMethodCall:
src/DependencyInjection/SetonoSyliusGiftCardExtension.php#L73
src/DependencyInjection/SetonoSyliusGiftCardExtension.php:73:26: MixedMethodCall: Cannot determine the type of $loader when calling method load (see https://psalm.dev/015)
|
PossiblyInvalidCast:
src/EmailManager/GiftCardEmailManager.php#L141
src/EmailManager/GiftCardEmailManager.php:141:55: PossiblyInvalidCast: false cannot be cast to string (see https://psalm.dev/190)
|
ReservedWord:
src/EventSubscriber/DefaultGiftCardConfigurationSubscriber.php#L36
src/EventSubscriber/DefaultGiftCardConfigurationSubscriber.php:36:34: ReservedWord: mixed is a reserved word (see https://psalm.dev/095)
|
Static Code Analysis (PHP 8.1 | Dependency versions: lowest | Symfony: ^5.4)
The job was canceled because "_8_1_highest__5_4" failed.
|
Static Code Analysis (PHP 8.1 | Dependency versions: lowest | Symfony: ^5.4)
The operation was canceled.
|
Unit tests (PHP 8.0 | Dependency versions: highest | Symfony: ^5.4)
The operation was canceled.
|
Unit tests (PHP 7.4 | Dependency versions: highest | Symfony: ^5.4)
The operation was canceled.
|
Static Code Analysis (PHP 8.2 | Dependency versions: highest | Symfony: ~6.2.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.2 | Dependency versions: lowest | Symfony: ~6.1.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.0 | Dependency versions: highest | Symfony: ^5.4)
The job was canceled because "_8_1_highest__5_4" failed.
|
Unit tests (PHP 8.1 | Dependency versions: lowest | Symfony: ^5.4)
The operation was canceled.
|
UndefinedMethod:
src/DependencyInjection/Configuration.php#L39
src/DependencyInjection/Configuration.php:39:15: UndefinedMethod: Method Symfony\Component\Config\Definition\Builder\NodeDefinition::addDefaultsIfNotSet does not exist (see https://psalm.dev/022)
|
ArgumentTypeCoercion:
src/DependencyInjection/Configuration.php#L72
src/DependencyInjection/Configuration.php:72:36: ArgumentTypeCoercion: Argument 1 of Setono\SyliusGiftCardPlugin\DependencyInjection\Configuration::addResourcesSection expects Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition, but parent type Symfony\Component\Config\Definition\Builder\NodeDefinition provided (see https://psalm.dev/193)
|
UndefinedDocblockClass:
src/DependencyInjection/SetonoSyliusGiftCardExtension.php#L69
src/DependencyInjection/SetonoSyliusGiftCardExtension.php:69:24: UndefinedDocblockClass: Docblock-defined class, interface or enum named UnitEnum does not exist (see https://psalm.dev/200)
|
MissingTemplateParam:
src/Factory/GiftCardConfigurationFactoryInterface.php#L10
src/Factory/GiftCardConfigurationFactoryInterface.php:10:57: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardConfigurationFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
MissingTemplateParam:
src/Factory/GiftCardFactoryInterface.php#L13
src/Factory/GiftCardFactoryInterface.php:13:44: MissingTemplateParam: Setono\SyliusGiftCardPlugin\Factory\GiftCardFactoryInterface has missing template params when extending Sylius\Component\Resource\Factory\FactoryInterface, expecting 1 (see https://psalm.dev/182)
|
TooManyTemplateParams:
src/Form/Type/AddGiftCardToOrderType.php#L17
src/Form/Type/AddGiftCardToOrderType.php:17:13: TooManyTemplateParams: Setono\SyliusGiftCardPlugin\Form\Type\AddGiftCardToOrderType has too many template params when extending Symfony\Component\Form\AbstractType, expecting 0 (see https://psalm.dev/184)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L34
src/Form/Type/CustomerAutocompleteChoiceType.php:34:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['remote_criteria_type'] (see https://psalm.dev/117)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L35
src/Form/Type/CustomerAutocompleteChoiceType.php:35:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['remote_criteria_name'] (see https://psalm.dev/117)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L36
src/Form/Type/CustomerAutocompleteChoiceType.php:36:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['remote_url'] (see https://psalm.dev/117)
|
MixedArrayAssignment:
src/Form/Type/CustomerAutocompleteChoiceType.php#L37
src/Form/Type/CustomerAutocompleteChoiceType.php:37:9: MixedArrayAssignment: Cannot access array value on mixed variable $view->vars['load_edit_url'] (see https://psalm.dev/117)
|
Unit tests (PHP 8.2 | Dependency versions: lowest | Symfony: ~6.2.0)
The operation was canceled.
|
Unit tests (PHP 8.2 | Dependency versions: highest | Symfony: ^5.4)
The operation was canceled.
|
Unit tests (PHP 8.1 | Dependency versions: highest | Symfony: ~6.2.0)
The operation was canceled.
|
Unit tests (PHP 8.1 | Dependency versions: highest | Symfony: ~6.1.0)
The operation was canceled.
|
Static Code Analysis (PHP 7.4 | Dependency versions: highest | Symfony: ^5.4)
The operation was canceled.
|
Unit tests (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.3.0)
The operation was canceled.
|
Unit tests (PHP 8.1 | Dependency versions: highest | Symfony: ~6.0.0)
The operation was canceled.
|
Unit tests (PHP 8.2 | Dependency versions: highest | Symfony: ~6.3.0)
The operation was canceled.
|
Unit tests (PHP 8.2 | Dependency versions: highest | Symfony: ~6.2.0)
The operation was canceled.
|
Unit tests (PHP 7.4 | Dependency versions: lowest | Symfony: ^5.4)
The operation was canceled.
|
Static Code Analysis (PHP 8.1 | Dependency versions: highest | Symfony: ~6.3.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.0 | Dependency versions: lowest | Symfony: ^5.4)
The operation was canceled.
|
Static Code Analysis (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.2.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.2 | Dependency versions: lowest | Symfony: ~6.0.0)
The operation was canceled.
|
Unit tests (PHP 8.2 | Dependency versions: lowest | Symfony: ^5.4)
The operation was canceled.
|
Static Code Analysis (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.0.0)
The operation was canceled.
|
Unit tests (PHP 8.2 | Dependency versions: lowest | Symfony: ~6.1.0)
The operation was canceled.
|
Unit tests (PHP 8.1 | Dependency versions: highest | Symfony: ~6.3.0)
The operation was canceled.
|
Unit tests (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.1.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.1 | Dependency versions: lowest | Symfony: ~6.3.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.1 | Dependency versions: highest | Symfony: ~6.1.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.2 | Dependency versions: lowest | Symfony: ~6.2.0)
The operation was canceled.
|
Static Code Analysis (PHP 8.2 | Dependency versions: lowest | Symfony: ~6.3.0)
The operation was canceled.
|
Static Code Analysis (PHP 7.4 | Dependency versions: lowest | Symfony: ^5.4)
The operation was canceled.
|
Integration tests (PHP 8.1 | Dependency versions: highest | Symfony: ^5.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration tests (PHP 8.1 | Dependency versions: highest | Symfony: ^5.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Integration tests (PHP 7.4 | Dependency versions: highest | Symfony: ^5.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration tests (PHP 7.4 | Dependency versions: highest | Symfony: ^5.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Integration tests (PHP 8.2 | Dependency versions: highest | Symfony: ^5.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration tests (PHP 8.2 | Dependency versions: highest | Symfony: ^5.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Integration tests (PHP 8.0 | Dependency versions: highest | Symfony: ^5.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Integration tests (PHP 8.0 | Dependency versions: highest | Symfony: ^5.4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|