mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
@@ -1,5 +1,3 @@
|
||||
parameters:
|
||||
autoload_files:
|
||||
- tests/phpstan-bootstrap.php
|
||||
ignoreErrors:
|
||||
- '#Cannot cast Ramsey\\Uuid\\UuidInterface to string.#'
|
||||
|
||||
@@ -266,9 +266,16 @@ interface UuidInterface extends JsonSerializable, Serializable
|
||||
public function getVersion();
|
||||
|
||||
/**
|
||||
* Converts this UUID into a string representation.
|
||||
* Returns a string representation of this UUID.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function toString();
|
||||
|
||||
/**
|
||||
* Allows casting this UUID to a string representation.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function __toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user