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.
1 parent 6680eb9 commit bcba0a3Copy full SHA for bcba0a3
lib/internal/Magento/Framework/Stdlib/Cookie/PhpCookieManager.php
@@ -52,14 +52,18 @@ class PhpCookieManager implements CookieManagerInterface
52
private $reader;
53
54
/**
55
+ * Logger for warning details
56
+ *
57
* @var LoggerInterface
58
*/
59
private $logger;
60
61
62
+ * Object that provides access to HTTP headers
63
64
* @var HttpHeader
65
- protected $httpHeader;
66
+ private $httpHeader;
67
68
69
* @param CookieScopeInterface $scope
0 commit comments