4 Commits

Author SHA1 Message Date
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