mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-18 16:37:43 +03:00
Increase PHPStan levels and update code to resolve issues found
This commit is contained in:
@@ -42,7 +42,7 @@ class OrderedTimeCodec extends StringCodec
|
||||
$fields['node'],
|
||||
];
|
||||
|
||||
return hex2bin(implode('', $optimized));
|
||||
return (string) hex2bin(implode('', $optimized));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user