mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Fix static analysis issues with tests
This commit is contained in:
@@ -126,6 +126,6 @@ class DefaultTimeGenerator implements TimeGeneratorInterface
|
||||
throw new InvalidArgumentException('Invalid node value');
|
||||
}
|
||||
|
||||
return strtolower(sprintf('%012s', $node));
|
||||
return strtolower(sprintf('%012s', (string) $node));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user