Skip to content

Commit

Permalink
Merge pull request #39 from beatrycze-volk/fix-feuser
Browse files Browse the repository at this point in the history
[BUGFIX] Fix type for `$feUser` attribute in `Search` class
  • Loading branch information
beatrycze-volk authored Oct 7, 2024
2 parents 60bc378 + 6e1f12a commit 614efdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Domain/Model/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function setSearchParams($searchParams)
/**
* Returns the feUser
*
* @return string $feUser
* @return int $feUser
*/
public function getFeUser()
{
Expand All @@ -134,7 +134,7 @@ public function getFeUser()
/**
* Sets the feUser
*
* @param string $feUser
* @param int $feUser
* @return void
*/
public function setFeUser($feUser)
Expand Down

0 comments on commit 614efdf

Please sign in to comment.