Skip to content

Commit c9792c4

Browse files
committed
[make:user] add the void return type to eraseCredentials()
1 parent 129aaf2 commit c9792c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/UserClassBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ private function addEraseCredentials(ClassSourceManipulator $manipulator): void
304304
// add eraseCredentials: always empty
305305
$builder = $manipulator->createMethodBuilder(
306306
'eraseCredentials',
307-
null,
307+
'void',
308308
false,
309309
['@see UserInterface']
310310
);

0 commit comments

Comments
 (0)