-
## Bug report
```
Files that were not fixed due to errors reported during linting after fixing:
1) /__w/ui/ui/src/Console.php
Error: Process completed with exit code 64.
```
### Code snip…
-
I am started using the megalinter when upgrading my projects to PHP 8.1.
In one project I got this error:
```shell
### Processed [PHP] files
- Using [php v7.4.26] https://megalinter.github.io/…
-
I'm running VS Code using WSL1 Ubuntu (on Windows).
I've installed this extension into VS Code and specified the configurations in the settings:
Config File: ./.php-cs-fixer.php (it's in the r…
-
The current php-cs-fixer does not work properly
-
Hi,
Can be great to support rules options in the config file.
Options example: https://mlocati.github.io/php-cs-fixer-configurator/#version:3.8|fixer:new_with_braces
-
## Bug report
PHP-CS-Fixer v3.9.6-DEV (`32cf09e`)
PHP v8.1.9
Configuration:
```
'binary_operator_spaces' => [
'default' => 'single_space',
'operators' => [
'=' => 'align_s…
-
I know whitespace_after_comma_in_array means `In array declaration, there MUST be a whitespace after each comma`.
But if I have many whitespaces after comma, how can format them to just only one wh…
-
### Describe the bug
With the introduction of the `replace.symfony/polyfill-mbstring` config in https://github.com/kreait/firebase-php/commit/75857d0b6a4ec2134b8c2c46c3831dec944b7e81, when a projec…
-
Hi, is there a way to run the plugin after deploy and not before?
-
## Bug report
when applying this config: https://github.com/DataTables/Editor-PHP/blob/f8d4471daab6ea82f2ffeace3887caba00697ada/.php-cs-fixer.dist.php
over: https://github.com/DataTables/Editor-…