-
### Edit: This ticket has now turned into a suggestion for improving the `method_argument_space` code by adding control over its algorithms (its current behavior is haphazard and useless), and giving …
-
## Bug report
```
Loaded config Laravel from "d:/.php-cs-fixer.php".
PHP Fatal error: Uncaught TypeError: PhpCsFixer\Console\Report\FixReport\ReportSummary::__construct(): Argument #4 ($memory) …
-
All of the listed "missing" method are prophesized. ~Shouldn't the new "Prophecy" extension help with this?~
Edit: Sorry, I thought I saw a Prophecy extension prompt.
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
6:23:20 PM in ~ took 3s
⚡️56% ➜ brew gist-logs php-cs-fixer
Error: No logs.
6:23:24 PM in ~
⚡️56% ➜ brew config
…
-
## Bug report
### Description
unrisky rule can harm code
There is an issue when dealing with refereces in the return_assignment rule. As a referece can only be a variable, changing it to a co…
-
Den folgenden Code mag **rexstan** und klappt auch wunderbar.
```php
// Erste H2 durch H1 ersetzen wenn kein H1 vorhanden ist
if ('|1|' === $addon->getConfig('converth2')) {
…
-
aus folgendem Code
```
$sql->setQuery('SELECT `start_lang`.uid, `start_lang`.script FROM `'. rex::getTablePrefix() .'consent_manager_cookie` AS `start_lang` '
. 'LEFT JOIN `'. rex::ge…
-
## Bug report
```bash
PHP CS Fixer 3.8.0
PHP runtime: 8.1.6
php vendor/bin/php-cs-fixer fix --verbose --show-progress=dots
```
Config:
```
'@DoctrineAnnotation' => true,
'@Symfony' => tru…
-
## Bug report
When an enum has a case named 'Parent', it is renamed to 'parent', breaking the enum.
### Config
```php
-
```shell
PHP Fatal error: Declaration of Amp\Http\Server\Request::setHeader(string $name, array|string $value): void must be compatible with Amp\Http\HttpMessage::setHeader(string $name, array|strin…