-
## Bug report
```
php -d zend.enable_gc=0 vendor-bin/owncloud-codestyle/vendor/bin/php-cs-fixer fix -v --diff --allow-risky yes --dry-run
PHP CS Fixer 3.9.1 Grand Awaiting by Fabien Potencier and D…
-
There are a few files in the release package of 0.3.0 that could probably be excluded for the next release:
```
-rw-r--r--@ 1 julius staff 13B Feb 27 12:16 .gitattributes
-rw-r--r--@ 1 ju…
-
The goal of this task is to provide support for [`readonly` classes](https://php.watch/versions/8.2/readonly-classes). New class-level keyword must not break any fixers and should be supported only fo…
-
Hey, projects usually run in docker and you do not want the developers to install the tools manually. I've tried to set the `executablePath` with `docker exec` and `docker-compose run` but it won't wo…
-
## Bug report
The bug was introduced by this commit : https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/b577444c38b61f2fdc32cd0a4685bd595be391b7
Since the update of the 3.13.1, a new error…
-
**PHP version**: 7.4, 8.1
**Description**
Calling composer update in a magento2 project (v2.4.3-p1, v2.4.5-p1) with the enabled module leads to an endless lookup loop
**How to reproduce**
…
-
## Feature request
I would like the option for the behavior in v3.13.0 `binary_operator_spaces` `align_single_space_minimal` for arrays.
Ref: #6590
config:
```php
'binary_operator_spa…
-
## Feature request
It would be nice if the [shim](https://github.com/PHP-CS-Fixer/shim) file was called `php-cs-fixer.phar` instead of `php-cs-fixer` so PhpStorm parses the context of the phar file…
-
# Bug Report
### 🔎 Search Terms
TS Server Error, TypeScript Server Error, Cannot read property 'close' of undefined
### 🕗 Version & Regression Information
This is an issue I encounter on T…
-
### 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 …