Juliette

Results 605 issues of 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...

template
question
help wanted

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...

Type: meta

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...

Type: chores/QA
Core Component: Reports

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....

Core Component: Tokenizer

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...

github-action
4xx-error
feature-request
php

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...

missing

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...

std-tech
feature request

GitHub is rolling out a new code view and it is very very broken.... The start of the page appears to load okay: ![image](https://github.com/martok/palefill/assets/663378/16970065-b1f2-4cea-b3f6-3b02af50b3e9) But as soon as you scroll...