atom-php-cs-fixer icon indicating copy to clipboard operation
atom-php-cs-fixer copied to clipboard

Run the 'PHP Coding Standards Fixer' within Atom

Results 12 atom-php-cs-fixer issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce:] 1. Create a simple HTML 2. Run the plugin **Atom**: 1.19.5 x64 **Electron**: 1.6.9 **OS**: Mac OS X 10.12.6 **Thrown From**: [php-cs-fixer](https://github.com/pfefferle/atom-php-cs-fixer) package 4.1.1 ### Stack...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.43.0 x64 **Electron**: 4.2.7 **OS**: Mac OS X 10.14.4 **Thrown From**: [php-cs-fixer](https://github.com/pfefferle/atom-php-cs-fixer) package 4.1.1 ### Stack Trace Uncaught TypeError: Cannot read...

When I try and run PHP CS Fixer 2.15.1 in Atom I get blue error stating "Could not open input file: php-cs-fixer" Instructions for using brew installed php-cs-fixer appear to...

Hi I have Ubuntu 18.04 PHP 7.2.19 PHP CS Fixer 2.15.3 Atom php-cs-fixer Package 4.1.1 `php` and `php-cs-fixer` are working: ![image](https://user-images.githubusercontent.com/1765602/65618878-605d8500-dfbf-11e9-9ad5-9d018fc25502.png) I did not change any settings: ![image](https://user-images.githubusercontent.com/1765602/65618898-6ce1dd80-dfbf-11e9-8a1b-d26e98245e84.png) But when...

Hi this option is undocumented and is not working in the way that I would expect, to save the next person from browsing through the project to understand the functionality,...

Unless correctly specified, the package will search for a php-cs file in vendor/bin in all parent directories. It is customary to install the linter via package manager so this commit...

I have PHP 7 and php-cs-fixer installed on my windows path. `php --version` `PHP 7.1.15 (cli) (built: Mar 1 2018 01:51:52) ( ZTS MSVC14 (Visual C++ 2015) x64 ) Copyright...

in windows command line >php-cs-fixer fix phpinfo.php it can fix and format the php code,but can't in atom: ![image](https://cloud.githubusercontent.com/assets/9410535/26488751/40a5dd02-4237-11e7-9bbd-eb98b10bf27c.png)

On linux, the keybinding 'ctrl-cmd-s' is shown as 'ctrl+s'. This doesn't work, because that's the keybinding for save. Could a new keybinding be set as default without 'cmd'?

![image](https://cloud.githubusercontent.com/assets/15375753/23356450/caf0f720-fd14-11e6-9fd4-3a138597bb4f.png) This happens when enabled `Show notifications`, and the panels cannot be closed manually. And by the way, it doesn't work when specified config file, instead still using fixers in...