Skip to content

Commit aeb1b40

Browse files
committed
Fixed a CS issue detected by PHP-CS-Fixer
1 parent b707953 commit aeb1b40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/AppBundle/Entity/User.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ public function getSalt()
131131
// See "Do you need to use a Salt?" at http://symfony.com/doc/current/cookbook/security/entity_provider.html
132132
// we're using bcrypt in security.yml to encode the password, so
133133
// the salt value is built-in and you don't have to generate one
134-
135-
return;
136134
}
137135

138136
/**

0 commit comments

Comments
 (0)