After todays update our long-used phpfmt is no longer formating
the source-code on save … (or on command).
It shows :
Traceback (most recent call last):
File “C:\Program Files\Sublime Text 3\Lib\python33\sublime_plugin.py”, line 1494, in run_
return self.run(edit)
File “C:\Users\jgeig\AppData\Roaming\Sublime Text 3\Packages\phpfmt\phpfmt.py”, line 674, in run
src = dofmt(self, self.view, None, src, True)
File “C:\Users\jgeig\AppData\Roaming\Sublime Text 3\Packages\phpfmt\phpfmt.py”, line 155, in dofmt
p.stdin.write(src.encode(‘utf-8’))
BrokenPipeError: [Errno 32] Broken pipe
Any chance to get it back to work?
The dev-update was the only change between this issue.