Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed customer session unused declarations #148

Open
wants to merge 1 commit into
base: bug/circular-dependency-issue
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Helper/GigyaMageHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ class GigyaMageHelper extends AbstractHelper

public $logger;

/** @var Session */
protected $session;

protected $sigUtils;

/**
Expand Down
6 changes: 0 additions & 6 deletions Helper/GigyaSyncHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ class GigyaSyncHelper extends AbstractHelper
*/
protected $storeManager;

/**
* @var Session
*/
protected $session;

/** @var AppState */
protected $appState;

Expand All @@ -76,7 +71,6 @@ class GigyaSyncHelper extends AbstractHelper
* @param FilterBuilder $filterBuilder
* @param FilterGroupBuilder $filterGroupBuilder
* @param StoreManagerInterface $storeManager
* @param Session $customerSession
* @param AppState $state
* @param Share $shareConfig
*/
Expand Down
2 changes: 0 additions & 2 deletions Helper/RetryGigyaSyncHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class RetryGigyaSyncHelper extends GigyaSyncHelper
* @param FilterBuilder $filterBuilder
* @param FilterGroupBuilder $filterGroupBuilder
* @param StoreManagerInterface $storeManager
* @param Session $customerSession
* @param AppState $state
* @param Share $shareConfig
* @param Context $context
Expand All @@ -83,7 +82,6 @@ public function __construct(
FilterBuilder $filterBuilder,
FilterGroupBuilder $filterGroupBuilder,
StoreManagerInterface $storeManager,
Session $customerSession,
AppState $state,
Share $shareConfig,
Context $context,
Expand Down