Aad Mathijssen
Aad Mathijssen
@rhertogh Thanks for the reply, although I don't think I understand it. My intention is to create a PHP CLI application that lets a user connect to the Microsoft Graph...
Hi @50bhan and @kukulich, I created a separate PR for the related sniff that limits the number of methods (instead of properties): #1214. After that I took a look at...
I encountered the same issue. Also, when I upgraded to the latest version of the Magento Composer Installer with all of its dependencies, most importantly Symfony Console 5, I got...
Hi @kukulich, can you please indicate why this PR is closed? Thanks. Aad
As of 04-01-2023, version 1.0.0 of the `phpcsstandards/phpcsutils` has been released, so from now the `dev-develop` version of the PHPCompatibility package can be installed as follows: ``` composer require --dev...
Hi, any update on this? BTW When PR #3 is merged, the map can be removed to avoid duplication.
Hi @erkurita, Thanks for reporting this issue. If I'm correct, the issues with the current test suite can be categorized as follows: - The integration tests are written against an...
Hi, The first (internal) version of this tool added a list of rule-specific `` tags to the `phpcs.xml`. We ultimately switched to inline `phpcs:ignore` comments for the following reasons: *...
Got bitten by this this week on Adobe Commerce 2.4.4-p2. At first I thought this was related to the custom customer attributes module, but it turned out I could easily...