Skip to content

Commit d6a6e80

Browse files
committed
fix: resolve some phpstan error
1 parent 522755e commit d6a6e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-modules/gamify/src/PointType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function reputationExists(): bool
109109
* @throws InvalidPayeeModelException
110110
* @throws PointSubjectNotSetException
111111
*/
112-
public function firstReputation(): User
112+
public function firstReputation(): Reputation
113113
{
114114
return $this->reputationQuery()->first();
115115
}

0 commit comments

Comments
 (0)