* 5.4: (46 commits)
move username/password fix to non-deprecated Connection class
cs fix
[VarDumper] Fix dumping twig templates found in exceptions
do not replace definition arguments that have not been configured
fix Console tests on Windows
[Validator] Add translations for CIDR constraint
[Dotenv] Fix testLoadEnv() to start from a fresh context
[Console] Add completion to server:dump command
bug #42194 [RateLimiter] fix: sliding window policy to use microtime
[Validator] Update validators.sr_Cyrl.xlf
[Validator] Update validators.sr_Latn.xlf
Add suggestions for the option 'format' of lints commands: twig, yaml and xliff
[VarDumper] Add support for Fiber
uzb translation
Update validators.uz.xlf
Fix logging of impersonator introduced in 5.3
[Console] Add show proxified command class in completion debug
skip command completion tests with older Symfony Console versions
[Uid] Allow use autocompletion
[Console] Add completion to messenger:setup-transports command
...
- added deprecation message for non-int return value in Command::execute()
- fixed all core commands to return proper int values
- added proper return type-hint to Command::execute() method in all core Commands
* 3.4:
fixed CS
fixed short array CS in comments
fixed CS in ExpressionLanguage fixtures
fixed CS in generated files
fixed CS on generated container files
fixed CS on Form PHP templates
fixed CS on YAML fixtures
fixed fixtures
switched array() to []
* 3.4:
use brace-style regex delimiters
Fixed typo RecursiveIterator -> RecursiveIteratorIterator
[Cache] fix logic for fetching tag versions on TagAwareAdapter
[FrameworkBundle] Use the correct service id for CachePoolPruneCommand in its compiler pass
Hide short exception trace by default
[Doctrine Bridge] fix priority for doctrine event listeners
[Validator] make phpdoc of ObjectInitializerInterface interface more accurate
[Validator] fixes phpdoc reference to an interface that was removed in Symfony 3.0
* 3.4:
[Console] Add protected static $defaultName to set the default name of a Command
removed sf2 references
[Console] Allow commands to provide a default name for compile time registration
[DI] Case sensitive parameter names
* 3.2:
[Bridge\Doctrine] Fix change breaking doctrine-bundle test suite
[WebProfilerBundle] Include badge status in translation tabs
[FrameworkBundle] Cache pool clear command requires at least 1 pool
[HttpFoundation][bugfix] should always be initialized
MockArraySessionStorage: updated phpdoc for $bags so that IDE autocompletion would work
normalize paths before making them relative
removed test that does not test anything
fixed tests
#21809 [SecurityBundle] bugfix: if security provider's name contains upper cases then container didn't compile
[WebProfilerBundle] Fix for CSS attribute at Profiler Translation Page
Set Date header in Response constructor already
[Validator] fix URL validator to detect non supported chars according to RFC 3986
[Security] Fixed roles serialization on token from user object