Skip to content

Commit

Permalink
Update Assert.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlma authored Feb 5, 2023
1 parent 9c1d355 commit e896bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/Assert.php
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ final public static function fileExists(): FileExists
return new FileExists;
}

final public static function greaterThan(mixed $value): GreaterThan
final public static function greaterThan(float|int $value): GreaterThan
{
return new GreaterThan($value);
}
Expand Down

0 comments on commit e896bce

Please sign in to comment.