mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Applied fixes and suppressions (sadly) to match psalm/phpstan code quality guidelines
We have a lot of deprecated API in here which shouldn't exist in first place, but that will luckily disappear with v5.0.0 :-)
This commit is contained in:
@@ -132,7 +132,7 @@ final class UuidStringConversionBench
|
||||
/** @var UuidInterface */
|
||||
private $uuid;
|
||||
/**
|
||||
* @var UuidInterface
|
||||
* @var UuidInterface[]
|
||||
* @psalm-var non-empty-list<UuidInterface>
|
||||
*/
|
||||
private $promiscuousUuids;
|
||||
@@ -152,7 +152,7 @@ final class UuidStringConversionBench
|
||||
*/
|
||||
private $uuidBytes;
|
||||
/**
|
||||
* @var string
|
||||
* @var string[]
|
||||
* @psalm-var non-empty-list<non-empty-string>
|
||||
*/
|
||||
private $promiscuousUuidsBytes;
|
||||
|
||||
Reference in New Issue
Block a user