* 7.3:
[Config] Fix `ReflectionClassResource` hash validation
[Cache] Fix internal representation of non-static values
[Cache] Make `TagAwareAdapter` registrable as a service
refactor: Unify & more humane translation message
fix Resources translations validators.pt.xlf
[Security] Pass attributes to nested `ChainUserProviders`
[Validator] Update translation for the Video constraint
[Messenger] Firebird Database - incompatibility with expected lowercase columns
SQLSRV: Change column type from TEXT to STRING
Fix exception catch when deleting temporary table in the sameDatabaseChecker
[JsonStreamer] Fix encoding iterable lists
[Serializer] Fix serializer crash due to asymmetric visibility on `protected(set)` properties
[DependencyInjection] Respect original service class when a proxy is defined
* 6.4:
[Cache] Fix internal representation of non-static values
[Cache] Make `TagAwareAdapter` registrable as a service
refactor: Unify & more humane translation message
fix Resources translations validators.pt.xlf
[Security] Pass attributes to nested `ChainUserProviders`
[Validator] Update translation for the Video constraint
[Messenger] Firebird Database - incompatibility with expected lowercase columns
SQLSRV: Change column type from TEXT to STRING
Fix exception catch when deleting temporary table in the sameDatabaseChecker
[Serializer] Fix serializer crash due to asymmetric visibility on `protected(set)` properties
This PR was squashed before being merged into the 7.4 branch.
Discussion
----------
chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues | Fix CS <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
relates to 5d4e211789 (r163638626) , showing:
- possible improvements to codebase that those ruleset can still offer (especially when targetting newest possible target version)
- and also preventing old way to still be in use, if someone forget to use new syntax/methods
with love by [PHP Coding Standards Fixer](https://cs.symfony.com/)
Commits
-------
92940de5e52 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
* 7.0:
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
Fix bad merge
List CS fix in .git-blame-ignore-revs
Fix implicitly-required parameters
List CS fix in .git-blame-ignore-revs
Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
[Messenger][AmazonSqs] Allow async-aws/sqs version 2
* 6.0:
CS fixes
Bump Symfony version to 6.0.11
Update VERSION for 6.0.10
Update CHANGELOG for 6.0.10
Bump Symfony version to 5.4.11
Update VERSION for 5.4.10
Update CHANGELOG for 5.4.10
Bump Symfony version to 4.4.44
Update VERSION for 4.4.43
Update CONTRIBUTORS for 4.4.43
Update CHANGELOG for 4.4.43
* 5.4:
CS fixes
Bump Symfony version to 5.4.11
Update VERSION for 5.4.10
Update CHANGELOG for 5.4.10
Bump Symfony version to 4.4.44
Update VERSION for 4.4.43
Update CONTRIBUTORS for 4.4.43
Update CHANGELOG for 4.4.43
* 4.4: (30 commits)
[Security] Check UserInterface::getPassword is not null before calling needsRehash
gracefully handle missing event dispatchers
Fix TokenStorage::reset not called in stateless firewall
[DotEnv] Remove `usePutEnv` property default value
[HttpFoundation] get currently session.gc_maxlifetime if ttl doesnt exists
Set up typo fix
[DependencyInjection] Handle env var placeholders in CheckTypeDeclarationsPass
[Cache] fix memory leak when using PhpArrayAdapter
[Validator] Allow underscore character "_" in URL username and password
[TwigBridge] Update bootstrap_4_layout.html.twig
[FrameworkBundle][SodiumVault] Create secrets directory only when needed
fix parsing negative octal numbers
[SecurityBundle] Passwords are not encoded when algorithm set to \"true\"
[DependencyInjection] Resolve expressions in CheckTypeDeclarationsPass
[SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass
do not validate passwords when the hash is null
[DI] fix resolving bindings for named TypedReference
[Config] never try loading failed classes twice with ClassExistenceResource
[Mailer] Fix SMTP Authentication when using STARTTLS
[DI] Fix making the container path-independent when the app is in /app
...