Merge branch '4.x' into 5.x

This commit is contained in:
Ben Ramsey
2023-01-11 19:45:14 -06:00
4 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ class Uuid implements Rfc4122UuidInterface
* @psalm-pure note: changing the internal factory is an edge case not covered by purity invariants,
* but under constant factory setups, this method operates in functionally pure manners
*
* @psalm-assert-if-true non-empty-string $uuid
* @psalm-assert-if-true =non-empty-string $uuid
*/
public static function isValid(string $uuid): bool
{