mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Use correct phpcs configuration when running from Travis CI
This commit is contained in:
+2
-2
@@ -34,9 +34,9 @@ use Ramsey\Uuid\Exception\UnsupportedOperationException;
|
||||
* Note that `uuid1()` may compromise privacy since it creates a UUID containing
|
||||
* the computer’s network address. `uuid4()` creates a random UUID.
|
||||
*
|
||||
* @psalm-immutable
|
||||
*
|
||||
* @link http://tools.ietf.org/html/rfc4122 RFC 4122
|
||||
*
|
||||
* @psalm-immutable
|
||||
*/
|
||||
class Uuid implements UuidInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user