Revision 37f4e2d10b4d5010f72562dc34dfdaafeddd6864
Committed on 14/02/2018 2:03 am by
Andrew Longosz <alongosz@users.noreply.github.com> [GitHub Diff]
EZP-28161: Update php-cs-fixer configuration to align with v2.7.1 (#40)
* EZP-28161: [CS] Updated php-cs-fixer config to v2.7.1
* EZP-28161: [Composer] Added dev dependency for php-cs-fixer:~2.7.1
* EZP-28161: [Composer] Added composer command fix-cs
Usage:
composer fix-cs
* Created .gitignore file
* EZP-28161: [CS] Fixed CS according to current php-cs-fixer rules
Fixed:
1) bundle/Features/Context/ContentOnTheFlyPopup.php (phpdoc_summary, single_quote, yoda_style)
2) bundle/Features/Context/ContentOnTheFlyContext.php (phpdoc_trim)