Fix Psalm errors resulting from changes introduced in 3.9.4

This commit is contained in:
Ben Ramsey
2020-03-07 15:22:00 -06:00
parent 4a53d4d33d
commit 57e3ce9dd7
19 changed files with 35 additions and 48 deletions
+2
View File
@@ -20,6 +20,8 @@ use Ramsey\Uuid\Type\Time;
/**
* A time converter converts timestamps into representations that may be used
* in UUIDs
*
* @psalm-immutable
*/
interface TimeConverterInterface
{