diff --git a/TypeFactory.php b/TypeFactory.php index 48480bf..f3e758b 100644 --- a/TypeFactory.php +++ b/TypeFactory.php @@ -156,10 +156,6 @@ private function getClassType(?string $className, string $format = 'json', ?bool * @param array $jsonSchema * * @return array - * - * @psalm-param array{type=: string|list} $jsonSchema - * - * @psalm-return array{type=: string|list, $ref=: string} */ private function addNullabilityToTypeDefinition(array $jsonSchema, Type $type): array {