With this line i do not get the line-ending warnings if i run
vendor/bin/php-cs-fixer fix --dry-run --format checkstyle
I am using Mac.
example:
`
`
And if i run the actual command i not have to watch out for commits everytime (and do it in 2 commands) or with manuel work.
vendor/bin/php-cs-fixer fix --format checkstyle
With this line i do not get the line-ending warnings if i run
vendor/bin/php-cs-fixer fix --dry-run --format checkstyle
I am using Mac.example: `
`
And if i run the actual command i not have to watch out for commits everytime (and do it in 2 commands) or with manuel work.
vendor/bin/php-cs-fixer fix --format checkstyle
Please check this on your pc.