Skip to content

Commit

Permalink
Current file(s) contain protected modifier for method or property. (p…
Browse files Browse the repository at this point in the history
…hpProtectedModifier)
  • Loading branch information
sashas777 committed Oct 8, 2019
1 parent bfa636f commit 6446aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Customer/Model/RedirectCookieManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ class RedirectCookieManager
/**
* @var CookieMetadataFactory
*/
protected $cookieMetadataFactory;
private $cookieMetadataFactory;

/**
* @var CookieManagerInterface
*/
protected $cookieManager;
private $cookieManager;

/**
* @param CookieMetadataFactory $cookieMetadataFactory
Expand Down

0 comments on commit 6446aed

Please sign in to comment.