Skip to content

Commit

Permalink
Fix PHPStan "Variable $value in empty() is never defined."
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Dec 19, 2023
1 parent 25961b4 commit 81820e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Util/StringUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public static function timeAgo($date)
* 引数 $greedy が true の場合は, 全角スペース, ネストした空の配列も
* 空白と判断する.
*
* @param string $value チェック対象の変数. 文字型以外も使用できるが、非推奨.
* @param mixed $value チェック対象の変数. 文字型以外も使用できるが、非推奨.
* @param boolean $greedy '貧欲'にチェックを行う場合 true, デフォルト false
*
* @return boolean $value が空白と判断された場合 true
Expand Down

0 comments on commit 81820e6

Please sign in to comment.