From 44fe03f6f067d4f93819b4353f82e2b8caec6c8f Mon Sep 17 00:00:00 2001 From: francesco Date: Fri, 7 Sep 2018 15:15:20 +0200 Subject: [PATCH] Opening brace should be on a new line --- app/code/Magento/Customer/Model/Customer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/Customer/Model/Customer.php b/app/code/Magento/Customer/Model/Customer.php index 50125b7eb5098..f30a7ceccbcff 100644 --- a/app/code/Magento/Customer/Model/Customer.php +++ b/app/code/Magento/Customer/Model/Customer.php @@ -1056,7 +1056,8 @@ public function beforeDelete() * * @return $this */ - public function beforeSave() { + public function beforeSave() + { // Need to use attribute set or future updates can cause data loss if (!$this->getAttributeSetId()) { $this->setAttributeSetId(