This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
Relesed Version 3.0-RC5
Pre-release
Pre-release
TomasVotruba
released this
09 Dec 11:34
·
9202 commits
to main
since this release
Added
- #480 [CodingStandard] add
RemoveSuperfluousDocBlockWhitespaceFixer
, which removes 2 spaces in a row in doc blocks - #481 [EasyCodingStandard] add warning as error support, to make useful already existing Sniffs, closes #477
Changed
-
#484 [Statie] add dry-run optiont to
StatieApplication
andBeforeRenderEvent
to improve extendability, closes #483 -
9a9c0e6 [Statie] use
statie.yml
config based on Symfony DI over "fake"statie.neon
to prevent confusion, closes #487Before
# statie.neon includes: - source/data/config.neon
After
# statie.yml imports: - { resource: 'source/data/config.yml' }
Before
services: - class: App\TranslationProvider
After
services: App\TranslationProvider: ~
Removed
- #488 [CodingStandard] drop
PropertyAndConstantSeparationFixer
, usePhpCsFixer\Fixer\ClassNotation\ClassAttributesSeparationFixer
instead
Full diff: v3.0.0-RC4...v3.0.0-RC5