Skip to content

Commit

Permalink
[user] removed types
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 19, 2023
1 parent 98f0801 commit 607158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/mySfUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function getCulture()
/**
* @param string $culture
*/
public function setCulture(string $culture): void
public function setCulture($culture)
{
$this->culture = $culture;
}
Expand Down

0 comments on commit 607158e

Please sign in to comment.