Skip to content

Commit 0df6e00

Browse files
fashxpactions-user
authored andcommitted
Apply php-cs-fixer changes
1 parent 7dc9876 commit 0df6e00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Model/Traits/CustomerTrait.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ public function needsExportByNewsletterProviderHandler(NewsletterProviderHandler
117117
return $this->getPublished() && $this->getActive();
118118
}
119119

120-
public function getCustomerLanguage() {
120+
public function getCustomerLanguage()
121+
{
121122
return null;
122123
}
123124
}

0 commit comments

Comments
 (0)