We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 180f951 + ea5ba8c commit d9a62d8Copy full SHA for d9a62d8
HttpCache/Store.php
@@ -26,6 +26,10 @@ class Store implements StoreInterface
26
{
27
protected $root;
28
private \SplObjectStorage $keyCache;
29
+
30
+ /**
31
+ * @var array<string, resource>
32
+ */
33
private array $locks = [];
34
35
/**
HttpKernelBrowser.php
@@ -25,8 +25,8 @@
25
*
* @author Fabien Potencier <fabien@symfony.com>
- * @method Request getRequest() A Request instance
- * @method Response getResponse() A Response instance
+ * @method Request getRequest()
+ * @method Response getResponse()
*/
class HttpKernelBrowser extends AbstractBrowser
0 commit comments