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
+2 -4
View File
@@ -133,8 +133,7 @@ final class UuidSerializationBench
/** @var UuidInterface */
private $uuid;
/**
* @var UuidInterface[]
* @psalm-var non-empty-list<UuidInterface>
* @var non-empty-list<UuidInterface>
*/
private $promiscuousUuids;
/** @var string */
@@ -144,8 +143,7 @@ final class UuidSerializationBench
/** @var string */
private $serializedUuid;
/**
* @var string[]
* @psalm-var non-empty-list<string>
* @var non-empty-list<string>
*/
private $serializedPromiscuousUuids;