File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ when you don't always need the dependency:
8888class LogFileTransactionLog implements TransactionLogInterface
8989{
9090 public function __construct(
91- ( #[Set(Connection::class)] private ProviderInterface $connectionProvider
91+ #[Set(Connection::class)] private ProviderInterface $connectionProvider
9292 ) {}
9393
9494 public function logChargeResult(ChargeResult $result) {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class LogFileTransactionLog implements TransactionLogInterface
8484class LogFileTransactionLog implements TransactionLogInterface
8585{
8686 public function __construct(
87- ( #[Set(Connection::class)] private ProviderInterface $connectionProvider
87+ #[Set(Connection::class)] private ProviderInterface $connectionProvider
8888 ) {}
8989
9090 public function logChargeResult(ChargeResult $result) {
You can’t perform that action at this time.
0 commit comments