Skip to content

Commit 90269e8

Browse files
committed
Fixed white space issues
1 parent 7dc4cda commit 90269e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doctrine/registration_form.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ With some validation added, your class may look something like this::
8787
* @ORM\Column(type="string", length=64)
8888
*/
8989
private $password;
90-
90+
9191
/**
9292
* @ORM\Column(type="array")
9393
*/
@@ -146,7 +146,7 @@ With some validation added, your class may look something like this::
146146
// You *may* need a real salt if you choose a different encoder.
147147
return null;
148148
}
149-
149+
150150
public function getRoles()
151151
{
152152
return $this->roles;
@@ -456,4 +456,3 @@ us to add validation, even though there is no ``termsAccepted`` property on ``Us
456456
.. _`CVE-2013-5750`: https://symfony.com/blog/cve-2013-5750-security-issue-in-fosuserbundle-login-form
457457
.. _`FOSUserBundle`: https://github.com/FriendsOfSymfony/FOSUserBundle
458458
.. _`bcrypt`: https://en.wikipedia.org/wiki/Bcrypt
459-

0 commit comments

Comments
 (0)