Dariusz Rumiński
Dariusz Rumiński
closes #7152 - [x] `.github/release.yml` template definition - [ ] auto-assign labels depending on conventional PR msg [and unassign other type/* labels]
```php
`@` = annotation `#` = attributes we have samples for: `@` -> `#` `@` -> `@#` (for new config option, when ppl want to use both, for interim stage of...
Introduce new rule that will execute following change. Rule shall be marked risky. ref https://github.com/sebastianbergmann/phpunit/pull/3042 ```diff -$this->addToAssertionCount(1); +$this->expectNotToPerformAssertions(); ```
@TODO PHP 8.3 Fix whitespace between const type and const name, e.g. `public const string TEST = 'Test1';` _Originally posted by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7439#discussion_r1399207434_ also ref #7444
@TODO PHP8.3 Fix whitespace inside dynamic const fetch, e.g. `Foo::{ $bar }` _Originally posted by @keradus in https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7439#discussion_r1399207224_ also ref #7444
haha, another case how to handle config configuration that is dependent on PHP version
wdyt @Wirone ? inspired by https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8120#issuecomment-2263516385 sharing as draft. didn't look to make CI pass
ref https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8236#discussion_r1788665381