Juliette
Juliette
**Given the following piece of code in file `src/issue-2443.php`:** ``` php Demo src ``` ## Expected behavior I'd expect the TOC to show the type of the constants, not the...
I believe some clarification is needed about the spacing requirements around the `|` operator when used in the following two situations: * Union types * Multi-catch statements At this moment,...
**TL;DR: This repo is being abandoned. The project continues in the [PHPCSStandards](https://github.com/PHPCSStandards/PHP_CodeSniffer) organisation.** --- Okay, it's time. About seven months ago, I was given commit access to this repository. At...
The `setCliValues()` method allows for changing the PHPCS configuration for specific test case files, but the `AbstractSniffUnitTest` does not offer a mechanism to undo those changes for subsequent tests as...
... for quite a few report types. The Reports which PHPCS can generate, were until now not covered by tests and therefore had no safeguards/QA whatsoever. This commit sets up...
Efficiency tweak to allow sniffs to quickly get the corresponding scope (bracket) opener/closer for a use group token without having to do token walking to find it. Includes unit test....
Similar to issue #1710 (which is still open, but seems resolved and involves `coveralls-python`). I've started seeing the same as of today with GH Actions builds involving `php-coveralls`. The builds...
While most people will primarily write unit tests, at times, it will be useful to write `phpt` style tests. Typical use cases include, but are not limited to: * End...
Seems to be something which changed in the last few days (as I remember adding a new saved reply from the dropdown last week). When I click on the "Saved...
GitHub is rolling out a new code view and it is very very broken.... The start of the page appears to load okay:  But as soon as you scroll...