Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor symfony#17204 Usage of "Constructor Promotion" for PHP >= 8.0.2…
… (githubfromgui) This PR was merged into the 6.0 branch. Discussion ---------- Usage of "Constructor Promotion" for PHP >= 8.0.2 Symfony version [6.0 requires PHP 8.0.2](https://symfony.com/doc/6.0/setup.html#technical-requirements) or higher, so I would suggest to make usage of the [ `Constructor Promotion`](https://www.php.net/manual/en/language.oop5.decon.php#language.oop5.decon.constructor.promotion) feature. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 394815c Usage of "Constructor Promotion" for PHP >= 8.0.2
- Loading branch information