Skip to content

Commit d9a62d8

Browse files
Merge branch '5.4' into 6.0
* 5.4: cs fix [Console] Add more context when CommandIsSuccessful fails [HttpKernel] Backport type fixes
2 parents 180f951 + ea5ba8c commit d9a62d8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HttpCache/Store.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ class Store implements StoreInterface
2626
{
2727
protected $root;
2828
private \SplObjectStorage $keyCache;
29+
30+
/**
31+
* @var array<string, resource>
32+
*/
2933
private array $locks = [];
3034

3135
/**

HttpKernelBrowser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
*
2626
* @author Fabien Potencier <fabien@symfony.com>
2727
*
28-
* @method Request getRequest() A Request instance
29-
* @method Response getResponse() A Response instance
28+
* @method Request getRequest()
29+
* @method Response getResponse()
3030
*/
3131
class HttpKernelBrowser extends AbstractBrowser
3232
{

0 commit comments

Comments
 (0)