fixed json schema recursion issues
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user