Skip to content

Commit 128a87b

Browse files
committed
Fix phpcs
1 parent f9d06d9 commit 128a87b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Store/Model/WebsiteRepository.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ private function initDefaultWebsite()
191191
if (isset($data['is_default']) && $data['is_default'] == 1) {
192192
if ($this->default) {
193193
throw new \DomainException(
194-
'The default website is invalid. '
195-
. 'Make sure no more than one default is defined and try again.'
194+
'The default website is invalid. Make sure no more than one default is defined and try again.'
196195
);
197196
}
198197
$website = $this->factory->create([

0 commit comments

Comments
 (0)