Skip to content

Commit fb386cb

Browse files
authored
Formatting: Apply PSR-2 formatting to code example
1 parent 3870623 commit fb386cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doctrine/registration_form.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ With some validation added, your class may look something like this::
9393
*/
9494
private $roles;
9595

96-
public function __construct() {
96+
public function __construct()
97+
{
9798
$this->roles = array('ROLE_USER');
9899
}
99100

0 commit comments

Comments
 (0)