Fabien Potencier
3f8b570669
Merge branch '5.2' into 5.x
...
* 5.2:
Fix #36973 : Command description consistency
Render email once
2021-03-06 09:05:19 +01:00
Dane Powell
1d7c9a5590
Fix #36973 : Command description consistency
2021-03-05 09:58:50 -08:00
Nicolas Grekas
a2ab2c0854
[Console] enable describing commands in ways that make the list command lazy
2021-01-20 12:45:16 +01:00
Jan Schädlich
38fc5d8a95
[Console] Command::execute() should always return int - deprecate returning null
...
- 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
2019-10-02 16:44:58 +02:00
Fabien Potencier
3d7aab208e
fixed CS
2019-01-16 19:35:49 +01:00
Nicolas Grekas
92f6742b16
Merge branch '4.0' into 4.1
...
* 4.0:
Alpha-ordering for "use" statements
2018-07-26 11:10:45 +02:00
Pierre du Plessis
5f6b8a2875
[FrameworkBundle] Add command to delete an item from a cache pool
2018-03-02 13:13:00 +01:00