Juliette
Juliette
I'm not sure what your point is. The Packagist package clearly links to this repo and the Packagist package name has not changed, so it should be evident that this...
@i-tabu Not taking things personally, but having trouble understanding what is causing the confusion. I mean, the repo home page links to the same documentation:  The `composer.json` file is...
Future scope: add a Docker config file to get up & running with even less effort (and which would work on Windows too).
Just noticed, just running the script on my machine created some `.test-pids/*.pid` files. You may want to add those to the `.gitignore` file ?
Just checking - this PR relates to #819 (and closes it ?)
I like the idea 👍🏻
For inspiration regarding the auto-detection code: https://github.com/PHPCSStandards/PHPCSDevTools/blob/7e7690e82ffc81bd39d9c5d7735175cd63532f6b/Scripts/FeatureComplete/Config.php#L376-L409
@joachim-n Have you tried using the PHPCSDebug sniff from [PHPCSDevTools](https://github.com/PHPCSStandards/PHPCSDevTools?tab=readme-ov-file#sniff-debugging) ?
> I haven't, but what I wanted to see in this case was the exact PHP string that PHPCS is working with. @joachim-n But aren't you the one feeding that...
@joachim-n Hmm.. I guess I still don't understand, as, if you can add `dump()` statements in select places, why would you not be able to add a temporary `getContent()` method...