diff --git a/manuals/1.0/en/170.InjectingProviders.md b/manuals/1.0/en/170.InjectingProviders.md index deda378..da36742 100644 --- a/manuals/1.0/en/170.InjectingProviders.md +++ b/manuals/1.0/en/170.InjectingProviders.md @@ -88,7 +88,7 @@ when you don't always need the dependency: class LogFileTransactionLog implements TransactionLogInterface { public function __construct( - (#[Set(Connection::class)] private ProviderInterface $connectionProvider + #[Set(Connection::class)] private ProviderInterface $connectionProvider ) {} public function logChargeResult(ChargeResult $result) { diff --git a/manuals/1.0/ja/170.InjectingProviders.md b/manuals/1.0/ja/170.InjectingProviders.md index db54c5e..7dc094f 100644 --- a/manuals/1.0/ja/170.InjectingProviders.md +++ b/manuals/1.0/ja/170.InjectingProviders.md @@ -84,7 +84,7 @@ class LogFileTransactionLog implements TransactionLogInterface class LogFileTransactionLog implements TransactionLogInterface { public function __construct( - (#[Set(Connection::class)] private ProviderInterface $connectionProvider + #[Set(Connection::class)] private ProviderInterface $connectionProvider ) {} public function logChargeResult(ChargeResult $result) {