-
It seems that the repository containing the fmt.phar is gone. The github repository returns a 404 error and `composer require phpfmt/fmt` isn't able to find an installable version.
Any ideas?
-
AlignEquals does not seem to work perfectly. See attached screenshot.
My phpfmt settings as follows:
"phpfmt.passes": [
"PSR2LnAfterNamespace",
"PSR2CurlyOpenNextLine",
"PSR2M…
-
I followed the setup wizard and built a database at `/phpfmt`. The command appeared to work, but when I run a command like **analyze this**, I keep getting the "Autocomplete and autoimport need buildi…
-
am using sublime editor 3 for php and install Package PHPfmt for psr2.
And my PHP version is 5.6.
After save my php code PHPfmt change my php function like
my function is:
```
-
Is it possible to use phpfmt in command line?
I know about phpcs and phpcbf but they don’t align arrows
-
So I wanted to switch from PHP Intelephense to phpfmt and it works on just regular PHP files (Ex., laravel controllers), but when I mix HTML in them, hell breaks loose.
See this attached video. It …
-
I am experiencing a formatting inconsistency in the `phpfmt` formatter when the `phpfmt.psr2` setting is set to false. Specifically, the formatter does not automatically align the opening braces `{` o…
-
Like said in the title, `ClassToStatic` pass is not working at all. It works just like `ClassToSelf`.
I'm opening this issue to ask what is the status of phpfmt? There are tons of bugs in this proj…
-
At first I thought that had something to do with the fact that Ubuntu 20.04 ships with php 7.4. So I uninstalled that and installed php 7.2 and then went as far as installing 7.1.
Here's my config:…
-
Visual Studio Code configuration
**Go** to https://github.com/FriendsOfPHP/PHP-CS-Fixer#installation and download the phar file
Link used to be https://cs.symfony.com/download/php-cs-fixer-v2.phar…