Skip to content

Commit

Permalink
ゲッター・セッターのタイプヒント修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-gillingham committed Nov 6, 2023
1 parent a17f574 commit d14f1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Eccube/Entity/PointRateTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trait PointRateTrait
/**
* Set pointRate
*
* @param string $pointRate
* @param string|null $pointRate
*
* @return OrderItem
*/
Expand All @@ -41,7 +41,7 @@ public function setPointRate($pointRate)
/**
* Get pointRate
*
* @return string
* @return string|null
*/
public function getPointRate()
{
Expand Down

0 comments on commit d14f1f8

Please sign in to comment.