-
### Problem description
## Environment
- PHP 8.3.9
- PHP-CS-Fixer 3.59.3 (with parallel execution enabled, see configuration below)
- NeoVim 0.10.0
- Phpactor 2024.06.30.0
## Configuration
…
-
**New unit test with navigation into source**
![phpactor navigation issue](https://github.com/user-attachments/assets/b3afbde0-a574-4be9-af7a-83761f4c1628)
**Navigation into exist unit test**
![p…
-
## Context
https://github.com/junstyle/vscode-php-cs-fixer/pull/182
I see this previous ticket resulted in making it so that ${workspaceFolder} can be used, which is great
since i have about 100…
-
Could you provide an example of how to config this to use this PHP-CS-Fixer: `concat_space => ['spacing' => 'one']`
`\PhpCsFixer\Fixer\Operator\ConcatSpaceFixer` ?
-
Rename file from php-cs-fixer.php to php-cs-fixer.dist.php
-
## Feature request
It would be handy to describe your own config file.
Using a simple command like:
`$ php php-cs-fixer.phar describe .php-cs-fixer.php`
-
MacOS 13.6 M1
My log
```
runAsync: spawn /Users/nagi/.composer/vendor/bin/php-cs-fixer
[
"fix",
"--using-cache=no",
"--format=json",
"--config=/Users/nagi/code/xxx-service/.php-cs…
nagi1 updated
2 months ago
-
Hello,
[PHP-CS-Fixer has recently introduced a way to run in parallel](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.57.0), which boost the performance drastically.
Unfortunately,…
-
## Bug report
### Description
With a PHP file that has manually separated import groupings, `ordered_imports` seems to act a little weird, effectively maintaining the count of each element in th…
msbit updated
20 hours ago
-
Hello,
Using `->notName('*.html.php')` works fine if PHP CS Fixer is run on a directory.
But if a file is passed `php php-cs-fixer.phar fix myfile.html.php` it get formated.
**It should not as th…
Yivan updated
3 weeks ago