Skip to content

Commit e151d3a

Browse files
authored
Merge pull request #7439 from ping-yee/replace-type-i18n
docs: replace type `mixed` at I18n class.
2 parents 148c5e1 + 44740d5 commit e151d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/I18n/TimeDifference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function humanize(?string $locale = null): string
271271
*
272272
* @param string $name
273273
*
274-
* @return mixed
274+
* @return float|int|null
275275
*/
276276
public function __get($name)
277277
{

0 commit comments

Comments
 (0)