Skip to content

Commit 2eec59d

Browse files
Merge branch '5.1'
* 5.1: reduce column length for MySQL 5.6 compatibility Minor improvement Removed redundant strtolower in ConsumeMessagesCommand getContainer cannot return null anymore HttpClient profiler error Fix RedisStore constructor signature Bump Symfony version to 5.1.4 Update VERSION for 5.1.3 Update CHANGELOG for 5.1.3 Bump Symfony version to 4.4.12 Update VERSION for 4.4.11 Update CHANGELOG for 4.4.11 Bump Symfony version to 3.4.44 updated VERSION for 3.4.43 update CONTRIBUTORS for 3.4.43 updated CHANGELOG for 3.4.43 Fix author for class CachePoolClearerCacheWarmer
2 parents 09edffa + 253be1c commit 2eec59d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CacheWarmer/CachePoolClearerCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* Do not use in production!
2121
*
22-
* @author Kévin Dunglas <dunglas@gmail.com>
22+
* @author Teoh Han Hui <teohhanhui@gmail.com>
2323
*
2424
* @internal
2525
*/

KernelBrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct(KernelInterface $kernel, array $server = [], History
4545
/**
4646
* Returns the container.
4747
*
48-
* @return ContainerInterface|null Returns null when the Kernel has been shutdown or not started yet
48+
* @return ContainerInterface
4949
*/
5050
public function getContainer()
5151
{

0 commit comments

Comments
 (0)