Passed
Push — master ( 3c3bea...36cb3b )
by Aimeos
17:26
created
src/Entity/User.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -158,11 +158,11 @@
 block discarded – undo
158 158
 	/**
159 159
 	 * @inheritDoc
160 160
 	 */
161
-    public function setPassword(string $password): self
162
-    {
163
-        $this->password = $password;
164
-        return $this;
165
-    }
161
+	public function setPassword(string $password): self
162
+	{
163
+		$this->password = $password;
164
+		return $this;
165
+	}
166 166
 
167 167
 
168 168
 	/**
Please login to merge, or discard this patch.