phpfmt_stable icon indicating copy to clipboard operation
phpfmt_stable copied to clipboard

This is a stable snapshot (version 6125cf9) of the phpfmt plugin for Sublime Text

Results 65 phpfmt_stable issues
Sort by recently updated
recently updated
newest added

I am uising Sublime 3 latest version and have this plugin. Before: ```

Hi, Is it possible you make version for CudaText editor? API is http://wiki.freepascal.org/CudaText_API

Hi. I've followed the installation instructions. I'm using Sublime Text 3 with phpfmt and php 7.03 installed on Win 8.1. My php.exe file is in this folder: D:\xampp\php When I...

I installed phpfmt. How can I use it now ? Thanks.

Hi! There seems to be a project called phpfmt-next also available. Is that related to this? Should I be transitioning to that? Thanks, Ricky

```php public function list() { ... } ``` results in ```php function list() { ... } ``` removing the access modifier and puts the opening curly brace in the wrong...

Hi! I like to write code with `else` (and `elseif`) keywords starting their own line: ``````` if ($foo) { ; } else { ; } ``````` Is there a way...

this: ```php protected function firstItem(): ?CustomClass { if (count($this->list) < 1) { return null; } return $this->list[0]; } ``` is beeing transformed to.... ```php protected function firstItem(): ? CustomClass {...

Hello. I'm using Windows 8.1 _(strictly for remote work dev that is)_. I downloaded the PHP7.2 files, updated the environment variables path, tested in the console and everything seems fine...

"excludes": [ "OrderMethod" ], invalid