We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185a360 commit f7a3a33Copy full SHA for f7a3a33
src/SDK/Language/Web.php
@@ -179,8 +179,6 @@ public function getParamExample(array $param): string
179
180
public function getReadOnlyProperties(array $parameter, string $responseModel, array $spec = []): array
181
{
182
- // fwrite(STDOUT, json_encode($parameter) . "\n");
183
- // fwrite(STDOUT, json_encode($spec['definitions'][$responseModel]) . "\n");
184
$properties = [];
185
foreach ($spec['definitions'][$responseModel]['properties'] as $property) {
186
if (isset($property['readOnly']) && $property['readOnly']) {
0 commit comments