Skip to content

Commit

Permalink
Update UserClassBuilder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-jean authored May 6, 2024
1 parent b87b1b2 commit 7140cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Security/UserClassBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private function addGetPassword(ClassSourceManipulator $manipulator, UserClassCo

$manipulator->addGetter(
'password',
'string',
'?string',
true
);

Expand All @@ -231,7 +231,7 @@ private function addGetPassword(ClassSourceManipulator $manipulator, UserClassCo
$manipulator->addAccessorMethod(
'password',
'getPassword',
'string',
'?string',
false,
[
'@see PasswordAuthenticatedUserInterface',
Expand Down

0 comments on commit 7140cd9

Please # to comment.