-
## 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`
-
## Bug report
### Description
`multiline_whitespace_before_semicolons` with `new_line_for_chained_calls` will incorrectly "fix" multiline consts.
### Runtime version
```shell
$…
-
VsCode PHP CS Fixer is one of my most used VSCode extensions.
I now have installed php 8.3 on my system, but the current version of uses a builtin php-cs-fixer that allows php 8.2 as maximum version.…
-
Could you provide an example of how to config this to use this PHP-CS-Fixer: `concat_space => ['spacing' => 'one']`
`\PhpCsFixer\Fixer\Operator\ConcatSpaceFixer` ?
-
- https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
- https://barryvanveen.nl/articles/31-how-to-automatically-apply-the-laravel-php-code-style
-
When saving a PHP file with `editor.formatOnSave` enabled, `php-cs-fixer` runs and fixes the issues it can, but then places the changes into the file after the initial save command. This means any PHP…
-
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
1 month ago
-
When I try and run PHP CS Fixer 2.15.1 in Atom I get blue error stating "Could not open input file: php-cs-fixer"
Instructions for using brew installed php-cs-fixer appear to be out of date.
bre…
-
PHP-CS-Fixer is an especially useful tool for helping with many common CS issues. Integration would be much appreciated!
-
This is a feature request to allow to replace replacement, ie. to restart replace after next character of the match instead of the next character after the match.
Currently, recursive regexes must …