Skip to content

Commit 926f3f6

Browse files
Fix some comment typos
In some places the commentary dont fit whats under them. So I fixed it. Ref: S6A-249
1 parent 802ee71 commit 926f3f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Service/EnderecoService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ public function isImportExportCheckFeatureEnabled(string $salesChannelId): bool
784784
// Check if the Endereco plugin is active and ready to use for the given sales channel.
785785
$pluginIsReadyToUse = $this->isEnderecoPluginActive($salesChannelId);
786786

787-
// Check if the street splitting feature is active in the settings for the given sales channel.
787+
// Check if the addresses of imported customers should be validated.
788788
$featureIsActiveInSettings = $this->systemConfigService
789789
->getBool('EnderecoShopware6Client.config.enderecoImportExportCheck', $salesChannelId);
790790

src/Subscriber/AddressSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public static function getSubscribedEvents(): array
110110
CustomerEvents::CUSTOMER_ADDRESS_WRITTEN_EVENT => ['closeStoredSessions']
111111
];
112112

113-
// This two events are used to recognize a running import to optionaly deactivate checks.
113+
// These three events are used to recognize a running import to optionally deactivate checks.
114114
$importExportEvents = [
115115
ImportExportBeforeImportRecordEvent::class => ['onBeforeImportRecord'],
116116
ImportExportAfterImportRecordEvent::class => ['onAfterImportRecord'],

0 commit comments

Comments
 (0)