Skip to content

Releases: paysera/lib-php-cs-fixer-config

3.0.2

22 Oct 07:01
2471ac6
Compare
Choose a tag to compare
  • ChainedMethodCallsFixer refactored for the proper whitespaces, new lines, etc.
  • DefaultValuesInConstructorFixer refactored
  • ConditionResultsFixer fixed a bug when trying to get not existing token index+1
  • TypeHintingArgumentsFixer to work correctly with nullable (?type) and other arguments.
  • ChainedMethodCallsFixerTest - test cases added
  • DefaultValuesInConstructorFixerTest - test cases added

3.0.1

03 Oct 08:35
2181e77
Compare
Choose a tag to compare
  • friendsofphp/php-cs-fixer` minor update to version 3.64.0
  • Dependencies update (phpunit)
  • Modified the download-phar.sh script to download the latest PHAR file.
  • VisibilityPropertiesFixer has been changed to properly detect variables declared in the __constructor.Some other refactoring of fixer.
  • DefaultValuesInConstructorFixer priority changed to work wright with VisibilityPropertiesFixer.
  • SplittingInSeveralLinesFixer was refactored to handle situations with splitting lines in closures and functions parameters, including parameters in __constructor.

3.0.0 friendsofphp/php-cs-fixer 3.60.0 support

13 Aug 15:39
f1b6167
Compare
Choose a tag to compare

doctrine/inflector v2 support

05 Aug 07:24
91606b4
Compare
Choose a tag to compare

Added doctrine/inflector v2 support

PHP version constraint update

01 Feb 14:06
1a9da59
Compare
Choose a tag to compare

PHP version constraint update

Added PHP 8.2 support

19 Jan 08:56
7c1aee9
Compare
Choose a tag to compare
  • added PHP 8.2 support
  • php-cs-fixer updated to 2.19
  • removed gecko-packages/gecko-php-unit dependency

Prepared for compatibilty with php-cs-fixer v2.19

11 Jan 14:52
b1c1e43
Compare
Choose a tag to compare

Prepared for compatibilty with php-cs-fixer v2.19

2.4.1: Fixed import alias

12 Oct 08:40
8fbd192
Compare
Choose a tag to compare
Merge pull request #33 from pavel-omelchuk/recognition-of-import-alia…

2.4.0: added support for php 7.4 typed properties declarations (#21)

21 Oct 10:11
9c8154e
Compare
Choose a tag to compare
* added support for php 7.4 typed properties declarations

* Bug fix for nullable properties for php 7.4

* fix on build errors

* fix travis

* fix errors for new constats with access modifiers

* fix tests for next versions of php like 8

* fixed CHANGELOG.md

* fixed CHANGELOG.md

* fixed CHANGELOG.md

2.3.0

30 Apr 10:30
Compare
Choose a tag to compare
php-cs-fixer updated to 2.16.3 version