chore(deps-dev): remove Psalm

This commit is contained in:
Ben Ramsey
2025-05-25 14:53:53 -05:00
parent c60d906a39
commit 691c2c816e
90 changed files with 153 additions and 1741 deletions
+5 -10
View File
@@ -132,28 +132,23 @@ final class UuidStringConversionBench
/** @var UuidInterface */
private $uuid;
/**
* @var UuidInterface[]
* @psalm-var non-empty-list<UuidInterface>
* @var non-empty-list<UuidInterface>
*/
private $promiscuousUuids;
/**
* @var string
* @psalm-var non-empty-string
* @var non-empty-string
*/
private $tinyUuidBytes;
/**
* @var string
* @psalm-var non-empty-string
* @var non-empty-string
*/
private $hugeUuidBytes;
/**
* @var string
* @psalm-var non-empty-string
* @var non-empty-string
*/
private $uuidBytes;
/**
* @var string[]
* @psalm-var non-empty-list<non-empty-string>
* @var non-empty-list<non-empty-string>
*/
private $promiscuousUuidsBytes;