Passed
Pull Request — master (#15)
by
unknown
03:03 queued 54s
created
controller/frontend/src/Controller/Frontend/Customer/Standard.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
 			if ($passHelper->verify($oldPassword, $this->item->getPassword()) && $confirmed && $isNew) {
103 103
 				$this->item = $this->item->setPassword( $values['customer.newpassword'] );
104 104
 			}
105
-        }
105
+		}
106 106
 
107 107
 		if( $password = $values['customer.password'] ?? null ) {
108 108
 			$this->item = $this->item->setPassword( $password );
Please login to merge, or discard this patch.