Skip to content

Commit

Permalink
missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 21, 2021
1 parent 0ae6f63 commit f5f7198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Security/UserClassBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testAddUserInterfaceImplementation(UserClassConfiguration $userC
self::assertStringEqualsFile($expectedPath, $manipulator->getSourceCode());
}

public function getUserInterfaceTests()
public function getUserInterfaceTests(): \Generator
{
yield 'entity_email_password' => [
new UserClassConfiguration(true, 'email', true),
Expand Down

0 comments on commit f5f7198

Please sign in to comment.