Skip to content

Commit

Permalink
Merge pull request #90 from sandervanhooft/patch-1
Browse files Browse the repository at this point in the history
Add return to newAggregateRootId method
  • Loading branch information
frankdejonge committed Jul 23, 2020
2 parents 570ffaa + f9ac683 commit beba4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/testing/index.md
Expand Up @@ -41,7 +41,7 @@ abstract class SignUpProcessTestCase extends AggregateRootTestCase
{
protected function newAggregateRootId(): AggregateRootId
{
$id = SignupId::create();
return SignupId::create();
}

protected function aggregateRootClassName(): string
Expand Down

0 comments on commit beba4dc

Please sign in to comment.