Skip to content

Bump Psalm version #1234

Bump Psalm version

Bump Psalm version #1234

Triggered via pull request June 5, 2024 09:09
Status Failure
Total duration 1m 32s
Artifacts

build.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

82 errors and 18 warnings
PHP 8.3, Symfony ^7.0
Your requirements could not be resolved to an installable set of packages. Problem 1 - jackalope/jackalope-doctrine-dbal[1.6.0, ..., 1.13.0] require phpcr/phpcr-utils ^1.5.0 -> satisfiable by phpcr/phpcr-utils[1.5.0, ..., 1.8.1]. - phpcr/phpcr-utils[1.5.0, ..., 1.5.2] require symfony/console ^2.3 || ^3.0 || ^4.0 || ^5.0 -> found symfony/console[v2.3.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.49, v5.0.0, ..., v5.4.40] but these were not loaded, likely because it conflicts with another require. - phpcr/phpcr-utils[1.5.3, ..., 1.8.1] require symfony/console ^2.3 || ^3.0 || ^4.0 || ^5.0 || ^6.0 -> found symfony/console[v2.3.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.49, v5.0.0, ..., v5.4.40, v6.0.0, ..., v6.4.8] but these were not loaded, likely because it conflicts with another require. - Root composer.json requires jackalope/jackalope-doctrine-dbal ^1.6 -> satisfiable by jackalope/jackalope-doctrine-dbal[1.6.0, ..., 1.13.0].
PHP 8.3, Symfony ^7.0
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Bundle/Builder/Field/Field.php#L95
src/Bundle/Builder/Field/Field.php:95:31: 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)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L45
src/Bundle/DependencyInjection/Configuration.php:45:19: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L60
src/Bundle/DependencyInjection/Configuration.php:60:27: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L84
src/Bundle/DependencyInjection/Configuration.php:84:31: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::arrayNode does not exist (see https://psalm.dev/181)
RiskyTruthyFalsyComparison: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L46
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:46:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Renderer/TwigGridRenderer.php#L65
src/Bundle/Renderer/TwigGridRenderer.php:65:36: 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/Component/Filter/DateFilter.php#L69
src/Component/Filter/DateFilter.php:69:13: 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/Component/Filter/DateFilter.php#L73
src/Component/Filter/DateFilter.php:73:13: 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/Component/View/GridView.php#L66
src/Component/View/GridView.php:66:16: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PHP 8.2, Symfony ^5.4
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Bundle/Builder/Field/Field.php#L95
src/Bundle/Builder/Field/Field.php:95:31: 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)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L45
src/Bundle/DependencyInjection/Configuration.php:45:19: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L60
src/Bundle/DependencyInjection/Configuration.php:60:27: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L84
src/Bundle/DependencyInjection/Configuration.php:84:31: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::arrayNode does not exist (see https://psalm.dev/181)
MissingTemplateParam: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L19
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:19:50: MissingTemplateParam: Sylius\Bundle\GridBundle\Form\DataTransformer\DateTimeFilterTransformer has missing template params when extending Symfony\Component\Form\DataTransformerInterface, expecting 2 (see https://psalm.dev/182)
RiskyTruthyFalsyComparison: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L46
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:46:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Renderer/TwigGridRenderer.php#L65
src/Bundle/Renderer/TwigGridRenderer.php:65:36: 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/Component/Filter/DateFilter.php#L69
src/Component/Filter/DateFilter.php:69:13: 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/Component/Filter/DateFilter.php#L73
src/Component/Filter/DateFilter.php:73:13: 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/Component/View/GridView.php#L66
src/Component/View/GridView.php:66:16: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Builder/Field/Field.php#L95
src/Bundle/Builder/Field/Field.php:95:31: 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)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L45
src/Bundle/DependencyInjection/Configuration.php:45:19: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L60
src/Bundle/DependencyInjection/Configuration.php:60:27: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L84
src/Bundle/DependencyInjection/Configuration.php:84:31: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::arrayNode does not exist (see https://psalm.dev/181)
RiskyTruthyFalsyComparison: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L46
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:46:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Renderer/TwigGridRenderer.php#L65
src/Bundle/Renderer/TwigGridRenderer.php:65:36: 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/Component/Filter/DateFilter.php#L69
src/Component/Filter/DateFilter.php:69:13: 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/Component/Filter/DateFilter.php#L73
src/Component/Filter/DateFilter.php:73:13: 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/Component/View/GridView.php#L66
src/Component/View/GridView.php:66:16: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PHP 8.1, Symfony ^5.4
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Bundle/Builder/Field/Field.php#L95
src/Bundle/Builder/Field/Field.php:95:31: 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)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L45
src/Bundle/DependencyInjection/Configuration.php:45:19: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L60
src/Bundle/DependencyInjection/Configuration.php:60:27: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L84
src/Bundle/DependencyInjection/Configuration.php:84:31: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::arrayNode does not exist (see https://psalm.dev/181)
RiskyTruthyFalsyComparison: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L46
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:46:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Renderer/TwigGridRenderer.php#L65
src/Bundle/Renderer/TwigGridRenderer.php:65:36: 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/Component/Filter/DateFilter.php#L69
src/Component/Filter/DateFilter.php:69:13: 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/Component/Filter/DateFilter.php#L73
src/Component/Filter/DateFilter.php:73:13: 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/Component/View/GridView.php#L66
src/Component/View/GridView.php:66:16: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PHP 8.3, Symfony ^5.4
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Bundle/Builder/Field/Field.php#L95
src/Bundle/Builder/Field/Field.php:95:31: 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)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L45
src/Bundle/DependencyInjection/Configuration.php:45:19: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L60
src/Bundle/DependencyInjection/Configuration.php:60:27: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L84
src/Bundle/DependencyInjection/Configuration.php:84:31: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::arrayNode does not exist (see https://psalm.dev/181)
RiskyTruthyFalsyComparison: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L46
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:46:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Renderer/TwigGridRenderer.php#L65
src/Bundle/Renderer/TwigGridRenderer.php:65:36: 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/Component/Filter/DateFilter.php#L69
src/Component/Filter/DateFilter.php:69:13: 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/Component/Filter/DateFilter.php#L73
src/Component/Filter/DateFilter.php:73:13: 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/Component/View/GridView.php#L66
src/Component/View/GridView.php:66:16: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PHP 8.1, Symfony ^5.4, PostgresSQL 13.3
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Bundle/Builder/Field/Field.php#L95
src/Bundle/Builder/Field/Field.php:95:31: 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)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L45
src/Bundle/DependencyInjection/Configuration.php:45:19: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L60
src/Bundle/DependencyInjection/Configuration.php:60:27: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L84
src/Bundle/DependencyInjection/Configuration.php:84:31: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::arrayNode does not exist (see https://psalm.dev/181)
MissingTemplateParam: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L19
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:19:50: MissingTemplateParam: Sylius\Bundle\GridBundle\Form\DataTransformer\DateTimeFilterTransformer has missing template params when extending Symfony\Component\Form\DataTransformerInterface, expecting 2 (see https://psalm.dev/182)
RiskyTruthyFalsyComparison: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L46
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:46:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Renderer/TwigGridRenderer.php#L65
src/Bundle/Renderer/TwigGridRenderer.php:65:36: 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/Component/Filter/DateFilter.php#L69
src/Component/Filter/DateFilter.php:69:13: 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/Component/Filter/DateFilter.php#L73
src/Component/Filter/DateFilter.php:73:13: 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/Component/View/GridView.php#L66
src/Component/View/GridView.php:66:16: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Builder/Field/Field.php#L95
src/Bundle/Builder/Field/Field.php:95:31: 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)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L45
src/Bundle/DependencyInjection/Configuration.php:45:19: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L60
src/Bundle/DependencyInjection/Configuration.php:60:27: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L84
src/Bundle/DependencyInjection/Configuration.php:84:31: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::arrayNode does not exist (see https://psalm.dev/181)
RiskyTruthyFalsyComparison: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L46
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:46:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Renderer/TwigGridRenderer.php#L65
src/Bundle/Renderer/TwigGridRenderer.php:65:36: 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/Component/Filter/DateFilter.php#L69
src/Component/Filter/DateFilter.php:69:13: 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/Component/Filter/DateFilter.php#L73
src/Component/Filter/DateFilter.php:73:13: 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/Component/View/GridView.php#L66
src/Component/View/GridView.php:66:16: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PHP 8.1, Symfony ^5.4, PostgresSQL 14.0
Process completed with exit code 2.
RiskyTruthyFalsyComparison: src/Bundle/Builder/Field/Field.php#L95
src/Bundle/Builder/Field/Field.php:95:31: 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)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L45
src/Bundle/DependencyInjection/Configuration.php:45:19: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L60
src/Bundle/DependencyInjection/Configuration.php:60:27: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::end does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Bundle/DependencyInjection/Configuration.php#L84
src/Bundle/DependencyInjection/Configuration.php:84:31: UndefinedInterfaceMethod: Method Symfony\Component\Config\Definition\Builder\NodeParentInterface::arrayNode does not exist (see https://psalm.dev/181)
MissingTemplateParam: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L19
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:19:50: MissingTemplateParam: Sylius\Bundle\GridBundle\Form\DataTransformer\DateTimeFilterTransformer has missing template params when extending Symfony\Component\Form\DataTransformerInterface, expecting 2 (see https://psalm.dev/182)
RiskyTruthyFalsyComparison: src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php#L46
src/Bundle/Form/DataTransformer/DateTimeFilterTransformer.php:46:13: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
RiskyTruthyFalsyComparison: src/Bundle/Renderer/TwigGridRenderer.php#L65
src/Bundle/Renderer/TwigGridRenderer.php:65:36: 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/Component/Filter/DateFilter.php#L69
src/Component/Filter/DateFilter.php:69:13: 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/Component/Filter/DateFilter.php#L73
src/Component/Filter/DateFilter.php:73:13: 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/Component/View/GridView.php#L66
src/Component/View/GridView.php:66:16: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
PHP 8.3, Symfony ^7.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.3, Symfony ^7.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.2, Symfony ^5.4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.2, Symfony ^5.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.2, Symfony ^6.4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.2, Symfony ^6.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1, Symfony ^5.4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.1, Symfony ^5.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.3, Symfony ^5.4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.3, Symfony ^5.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1, Symfony ^5.4, PostgresSQL 13.3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.1, Symfony ^5.4, PostgresSQL 13.3
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1, Symfony ^6.4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.1, Symfony ^6.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1, Symfony ^5.4, PostgresSQL 14.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.1, Symfony ^5.4, PostgresSQL 14.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.3, Symfony ^6.4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP 8.3, Symfony ^6.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/