Skip to content

Commit 44740d5

Browse files
committed
docs: remove type bool of return type.
1 parent 84b42a7 commit 44740d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 bool|float|int|null
274+
* @return float|int|null
275275
*/
276276
public function __get($name)
277277
{

0 commit comments

Comments
 (0)