Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 6, 2024
1 parent c80d88e commit 704efd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Model/SentryInteraction.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class SentryInteraction
/**
* SentryInteraction constructor.
*
* @param UserContextInterface $userContext
* @param State $appState
* @param UserContextInterface $userContext
* @param State $appState
*/
public function __construct(
private UserContextInterface $userContext,
Expand Down Expand Up @@ -156,7 +156,7 @@ public function addUserContext()
}
\Magento\Framework\Profiler::stop('SENTRY::add_user_context');
}

/**
* Capture passed exception.
*
Expand Down
1 change: 0 additions & 1 deletion Model/SentryLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace JustBetter\Sentry\Model;

use JustBetter\Sentry\Helper\Data;
use JustBetter\Sentry\Model\SentryInteraction;
use Magento\Customer\Model\Session;
use Magento\Framework\App\Area;
use Magento\Framework\App\State;
Expand Down

0 comments on commit 704efd5

Please sign in to comment.