Skip to content

Commit

Permalink
Merge pull request #7439 from ping-yee/replace-type-i18n
Browse files Browse the repository at this point in the history
docs: replace type `mixed` at I18n class.
  • Loading branch information
kenjis authored Apr 20, 2023
2 parents 148c5e1 + 44740d5 commit e151d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/I18n/TimeDifference.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public function humanize(?string $locale = null): string
*
* @param string $name
*
* @return mixed
* @return float|int|null
*/
public function __get($name)
{
Expand Down

0 comments on commit e151d3a

Please sign in to comment.