You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Extractor/Extractor.php
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public static function buildDefinitionProperty($name, $type, $description, $path
118
118
];
119
119
}
120
120
121
-
if ('Array of recipient parameters. See below for details.' === $description) {
121
+
if ('Array of recipient parameters. See below for details.' === $description || 'Array of recipient parameters. See below for more details.' === $description) {
122
122
$property['items'] = [
123
123
'type' => 'object',
124
124
'required' => [
@@ -774,6 +774,10 @@ public static function guessPathResponseSchema($summary, $title)
0 commit comments