Alexis Urien

Results 49 comments of Alexis Urien

Updated PR #2217 with last updates from 9.1.0.

I keep updating the PR (up to 9.4.0-rc2 so far)

Woocommerce 9.0.0 has been released: https://github.com/woocommerce/woocommerce/releases/tag/9.0.0 No new template modification since my last push

When you let that bug live... ![image](https://github.com/user-attachments/assets/97eb83ac-071d-468f-842f-81099212ca8a) Restarting the daemon (linux) did help

Manual fix: in ```wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php``` ```php public function __construct(\YoastSEO_Vendor\Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $parameterBag = null) { $this->parameterBag = $parameterBag ?: new \YoastSEO_Vendor\Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag(); } ``` becomes ```php public function __construct(?\YoastSEO_Vendor\Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $parameterBag = null) { $this->parameterBag...

@josevarghese I understand you can't prioritize on a deprecation, but saying that you will decide on PHP8.4 support seems weird to me. Do you see a future where you decide...

I ended up creating a new PhpCsFixer\Differ\NewDiffer wich returns only the fixed file ```