Use correct phpcs configuration when running from Travis CI

This commit is contained in:
Ben Ramsey
2020-01-02 13:01:22 -06:00
parent ffc400e009
commit c0a2ef7d15
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -34,9 +34,9 @@ use Ramsey\Uuid\Exception\UnsupportedOperationException;
* Note that `uuid1()` may compromise privacy since it creates a UUID containing
* the computers network address. `uuid4()` creates a random UUID.
*
* @psalm-immutable
*
* @link http://tools.ietf.org/html/rfc4122 RFC 4122
*
* @psalm-immutable
*/
class Uuid implements UuidInterface
{