-
- Larastan Version: ~~3.0.1~~ 2.2.1
- `--level` used: max
- Pull request with failing test:
### Description
Getting errors in phpstan.neon file:
![image](https://user-images.githubusercontent…
-
See the example below. I also created a gist to reproduce the example.
If you can point me to an approach how to fix it, I could probably contribute a PR.
#### The PHP version you are using (`$ …
-
- Pint Version: 1.0.0
- PHP Version: 8.1.1
### Description:
- This specific `method_chaining_indentation` rule is not working when setup via the `pint.json` config file. It works when usi…
-
Hey there! :)
Found something. When method arguments are put on separate lines (to preserve max line length), PHPCSFixer thinks it has to put back braces (the only applied rule to this file) back t…
DocFX updated
2 years ago
-
Does this issue occur when all extensions are disabled?: Yes
```
Version: 1.75.0-insider
Commit: 250a8f36c93721830b0ef2e39dc065d6944d9912
Date: 2022-12-12T05:36:38.306Z
Elec…
-
## Bug report
Found an issue where php-cs-fixer keeps reporting issues with anonymous classes and not fixing them. Managed to reduce the bug to snippet below.
```
> format-php-cs-fixer: php-cs-…
-
## Bug report
I noticed, if ternary operator is used in backed enum, `TernaryOperatorSpacesFixer` will add space after enum name.
If there is no ternary operator in enum at all, then it is ok.
**…
-
Hello there! I have a code example like below but it adds meaningless stuff between select option. how can i fix?
# my code
```
…
ghost updated
2 years ago
-
## Bug report
The wrong continuation indentation is being applied since 3.9.x. Instead of the expected 4, it is now 2.
Also tested with latest `master`, no changes unfortunately.
### Cod…
-
## Bug report
This appears to only happen in version 3.4.0+ (when testing with 3.3.2, the behavior isn't there). We run php-cs-fixer against `phtml` files, which are typically HTML templates with P…