Sylius 2.0 upgrade #57
Open
Annotations
2 errors and 1 warning
Run PHPStan
Child process error (exit code 255): ⚠️ You're using a deprecated config option excludes_analyse. ⚠️️
Parameter excludes_analyse has been deprecated so use excludePaths only from now on.
⚠️ You're using a deprecated config option checkMissingIterableValueType ⚠️️
It's strongly recommended to remove it from your configuration file
and add the missing array typehints.
If you want to continue ignoring missing typehints from arrays,
add missingType.iterableValue error identifier to your ignoreErrors:
parameters:
ignoreErrors:
-
identifier: missingType.iterableValue
⚠️ You're using a deprecated config option checkGenericClassInNonGenericObjectType ⚠️️
It's strongly recommended to remove it from your configuration file
and add the missing generic typehints.
If you want to continue ignoring missing typehints from generics,
add missingType.generics error identifier to your ignoreErrors:
parameters:
ignoreErrors:
-
identifier: missingType.generics
PHP Fatal error: Access level to BitBag\SyliusProductBundlePlugin\Component\Product\AddToCartFormComponent::$formFactory must be protected (as in class Sylius\Bundle\ShopBundle\Twig\Component\Product\AddToCartFormComponent) or weaker in /home/runner/work/SyliusProductBundlePlugin/SyliusProductBundlePlugin/src/Component/Product/AddToCartFormComponent.php on line 46
Fatal error: Access level to BitBag\SyliusProductBundlePlugin\Component\Product\AddToCartFormComponent::$formFactory must be protected (as in class Sylius\Bundle\ShopBundle\Twig\Component\Product\AddToCartFormComponent) or weaker in /home/runner/work/SyliusProductBundlePlugin/SyliusProductBundlePlugin/src/Component/Product/AddToCartFormComponent.php on line 46
while running parallel worker
|
Run PHPStan
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading