💡 Document DI service names

This commit is contained in:
Philipp Stracker 2025-03-14 10:57:40 +01:00
parent 532543f490
commit 60bdf6dea1
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,8 @@ use WooCommerce\PayPalCommerce\WcGateway\Exception\NotFoundException;
/**
* Class CompatibilityChecker
*
* DI service: 'axo.helpers.compatibility-checker'
*/
class CompatibilityChecker {
/**

View file

@ -23,7 +23,7 @@ use WooCommerce\PayPalCommerce\Axo\Helper\PropertiesDictionary;
* This class should not implement business logic, but only provide a convenient
* way to access gateway settings by wrapping the Settings instance.
*
* DI container: 'wcgateway.configuration.dcc'
* DI service: 'wcgateway.configuration.dcc'
*/
class DCCGatewayConfiguration {
/**