mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Add isNegative() to the Type\NumberInterface
This commit is contained in:
@@ -21,4 +21,8 @@ namespace Ramsey\Uuid\Type;
|
||||
*/
|
||||
interface NumberInterface extends TypeInterface
|
||||
{
|
||||
/**
|
||||
* Returns true if this number is less than zero
|
||||
*/
|
||||
public function isNegative(): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user