Merge branch '4.x' into 5.x

This commit is contained in:
Ben Ramsey
2025-05-25 18:34:47 -05:00
117 changed files with 613 additions and 1306 deletions
-4
View File
@@ -30,10 +30,6 @@ use function uuid_parse;
*/
class PeclUuidNameGenerator implements NameGeneratorInterface
{
/**
* @inheritDoc
* @psalm-pure
*/
public function generate(UuidInterface $ns, string $name, string $hashAlgorithm): string
{
$uuid = match ($hashAlgorithm) {