Closed matthewpizza closed 9 years ago
Good spot, it's a bug on line 705:
https://github.com/benmatselby/sublime-phpcs/blob/master/phpcs.py#L705
Will get a fix soon for you, in the mean time you could just define php_cs_fixer_executable_path
@benmatselby Will do, thanks!
This should now be resolved in v6.6.1 @matthewspencer
I have to show it as enabled as I don't have access to which tool you want to use for the menu, so now I display an error if you cannot use that tool.
Not great I have to say, but a workable solution
@benmatselby Thank you!
Using 6.6.0, I am unable to run the PHP Code Beautifier and Fixer in Sublime Text 3. phpcbf is installed, but the menu item is grayed-out.
Below is a screenshot of the flyout menu:
These are my user settings, confirmed paths are correct:
Questions:
phpcbf
?php-cs-fixer
required forphpcbf
?Thanks in advance for any help!