Completed
Push — master ( 28b716...7b7eb1 )
by Gabriel
10:21
created
src/User/UserEntityTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
233 233
     protected function hashPassword(): UserEntityInterface
234 234
     {
235 235
         $this->password = password_hash(
236
-            (string) $this->password,
236
+            (string)$this->password,
237 237
             PASSWORD_DEFAULT
238 238
         );
239 239
         return $this;
Please login to merge, or discard this patch.