mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Address Psalm errors
This commit is contained in:
@@ -50,6 +50,10 @@ interface UuidInterface extends JsonSerializable, Serializable
|
||||
* The result is true if and only if the argument is not null, is a UUID
|
||||
* object, has the same variant, and contains the same value, bit for bit,
|
||||
* as the UUID.
|
||||
*
|
||||
* @param object|null $other An object to test for equality with this UUID
|
||||
*
|
||||
* @return bool True if the other object is equal to this UUID
|
||||
*/
|
||||
public function equals(?object $other): bool;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user