phpfmt8 icon indicating copy to clipboard operation
phpfmt8 copied to clipboard

PHP formatter for Sublime Text 4, with PHP 8 support.

Results 7 phpfmt8 issues
Sort by recently updated
recently updated
newest added

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...

Hi there. On the last version of Manjaro Linux the php executable upgraded to 8.3. That added a few problems into the fmt Package that I will report on other...

This code gets added a "public" visibility in "function iso88591ToUtf8($s)" ```

https://dev.to/robertobutti/mastering-php-namespaces-simplifying-code-with-use-function-for-external-functions-38fb

Now I find it formatted like below when enable 'AlignDoubleSlashComments': ``` $array = [ 'a' => 'blabla', // comments blabla 'aa' => 'bla', // comments something ]; ``` Could it...

https://www.php-fig.org/psr/psr-12/

```php match ($a) { 1 => 2, 3 => 4, // comment /** comment **/ default => 5 }; ```