fixed json schema recursion issues

This commit is contained in:
2024-03-14 23:01:21 +02:00
parent 842bd71a18
commit 137c338719
4 changed files with 24 additions and 11 deletions
-2
View File
@@ -8,7 +8,6 @@ use PhpOption\Option;
class RefProperty implements Property
{
/**
* @param RefType $type
* @param string $id
* @param Option<string> $title
* @param Option<string> $description
@@ -18,7 +17,6 @@ class RefProperty implements Property
* @param Option<string> $comment
*/
public function __construct(
public RefType $type,
public string $id,
public Option $title,
public Option $description,