Questions tagged [php-cs-fixer]

87 questions
1
vote
2 answers

Exclude array alignment in php-cs-fixer Netbeans 8.x

I am using php-cs-fixer with Netbeans 8.2. It is working perfectly except for one case. My arrays are formatted like below $array = [ 'asdf' => 'a', 'a' => 'b', 'asd' => 'c' ]; But after fixing with php-cs-fixer, they all changed to…
Arun
  • 3,640
  • 7
  • 44
  • 87
1
vote
2 answers

SublimeText and php-cs errors

I install SublimeLinter and PHP-cs with PHP-cs Fixer and I'm getting some warning and some errors, but I want to ignore them. 2:1 error phpcs: error Missing file doc comment 11:1 error phpcs: error Missing doc…
Carloscito
  • 373
  • 1
  • 2
  • 16
1
vote
1 answer

Need to know PHP CS Fixer rule

I'm using PHP CS Fixer for my code. But I am also using PHP as template engine and want one liner PHP code. When I write this: