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:
Marco Pivetta
2020-06-30 15:49:29 +02:00
parent 1ce3f55673
commit 1f0cd71d93
6 changed files with 131 additions and 11 deletions
@@ -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;