Skip to content

Commit

Permalink
Fix interface incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Jun 12, 2024
1 parent 103d01e commit 01dca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-bundle/contao/library/Contao/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ public function __unserialize(array $data): void
/**
* {@inheritdoc}
*/
public function eraseCredentials()
public function eraseCredentials(): void
{
}

Expand Down

0 comments on commit 01dca93

Please sign in to comment.