Pieter Hoste
Pieter Hoste
@engcom-Hotel, here you go: ``` $ find . -type f -iname '*.phtml' -exec ./vendor/bin/phpstan analyse --level=5 -c dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon {} + | grep -i escape | grep string 1972/1972 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%...
If you want a quick fix, you can separate your dev dependencies in composer using something like https://github.com/bamarni/composer-bin-plugin, it allows you to create a new namespace for each individual dev...
What version of PHP are you guys using? Is it 8.1? Because standalone type of `null` is only supported in [PHP 8.2](https://www.php.net/manual/en/migration82.new-features.php#migration82.new-features.core.type-system) and higher. I can confirm that the paypal/braintree...
Because you can, it's allowed by the `composer.json` file, if Adobe doesn't want people to use PHP 8.1, they should remove it from their `composer.json` files. The `composer.json` file defines...
Look, personally I always try to use the latest available PHP version that is compatible with Magento, we don't use PHP 8.1 for Magento 2.4.7 on any of our projects....
@OvalMedia, there is a way to remove them with a composer trick: 1. Add this to your `composer.json` file: ```json "replace": { "adobe-commerce/os-extensions-metapackage": "*" } ``` 2. Run `composer update...
@dverkade: I've created https://github.com/baldwin-agency/magento2-module-csp-shim last week, if you at the moment don't want to use the CSP module and want to have a working Magento 2.4.7 project.
Every file touched in a PR should adhere to the latest static test checks, even if it's not code you touched, annoying, but it is what it is I'm afraid....
Probably fixed by [AC:12170 :: Coupon code feature is not working properly in the checkout page on Magento 2.4.7](https://github.com/magento/magento2/commit/7a95761d3a97e7d542cb7264b51b570b17c7c1b8)?
The link provided above doesn't work, but this one does: https://github.com/search?q=repo%3Amagento%2Fmagento2+AC+12170&type=commits