Indent check works from command line, but not from Eclipse
Brought to you by:
skiera
I am using the Kohana standards from https://github.com/kohana/coding-standards. `phpcs --standard=Kohana` produces the desired results, but the eclipse plugin says there are hundreds of: "Code inside case and default blocks should be indented."
See attached example file.
Example of problem