liip / LiipImagineBundle

Symfony Bundle to assist in image manipulation using the imagine library
http://liip.ch
MIT License
1.66k stars 378 forks source link

apply latest cs fixer #1610

Closed dbu closed 2 months ago

JohJohan commented 2 months ago

Looks like php-cs-fixer applies some stuff which isn't allowed for PHP 7.x stuff like trailing comma https://php.watch/versions/8.0/trailing-comma-parameter-use-list

Here is the php-cs-fixer rule: trailing_comma_in_multiline

coveralls commented 2 months ago

Coverage Status

coverage: 81.688% (-0.06%) from 81.746% when pulling 6845f47ea5ef2f087aa130decf4ab3420fbf2a1a on cs-fix into 8a2c9fc15752020fd07b89d3a923ce42b31f32a7 on 2.x.

dbu commented 2 months ago

yep, i was running the fixer with php 8.3 locally :facepalm:

fixed those now.