- Removed a fixer, because for PHP7 we want
declare (strict_types=1)
to exist on the same line as<?php
- Added
ordered_use
,concat_with_spaces
,phpdoc_order
,print_to_echo
spaces_before_semicolon
andtrim_array_spaces
fixers. - php-cs-fixer 1.11.6
- Using
friendsofphp/php-cs-fixer
instead offabpot/php-cs-fixer
- Requiring php-cs-fixer 1.11.2
- Requiring php-cs-fixer 1.10
- Fixed some issues around whitespace at the end of lines.
- Relying on php-cs-fixer 1.9. Something changed related to php docsblocks above the namespace declaration, causing php-cs-fixer to behave differently between 1.7 and 1.9. Because we use a --prefer-lowest for testing, this meant that it broke some our builds. Simply relying on 1.9 solves this.
- #16: Don't change
protected static
intostatic
.
- Added: sabre_struct_spaces fixer (#15).
- First version!