Skip to content

Commit 7c45c16

Browse files
authored
Merge pull request #2774 from nextcloud/dependabot/composer/vendor-bin/openapi-extractor/stable5/nextcloud/openapi-extractor-1.8.0
Chore(deps-dev): Bump nextcloud/openapi-extractor from 1.5.2 to 1.8.0 in /vendor-bin/openapi-extractor
2 parents 5b3e6c2 + 84e7445 commit 7c45c16

3 files changed

Lines changed: 24 additions & 19 deletions

File tree

openapi.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@
705705
"type": "integer",
706706
"format": "int64",
707707
"nullable": true,
708+
"default": null,
708709
"description": "(optional) Id of the form that should be cloned"
709710
}
710711
}
@@ -1364,6 +1365,7 @@
13641365
"properties": {
13651366
"type": {
13661367
"$ref": "#/components/schemas/QuestionType",
1368+
"default": null,
13671369
"description": "the new question type"
13681370
},
13691371
"text": {
@@ -1375,6 +1377,7 @@
13751377
"type": "integer",
13761378
"format": "int64",
13771379
"nullable": true,
1380+
"default": null,
13781381
"description": "(optional) id of the question that should be cloned"
13791382
}
13801383
}
@@ -2981,7 +2984,8 @@
29812984
"description": "the file format that should be used for the download. Defaults to `null` Possible values: - `csv`: Comma-separated value - `ods`: OpenDocument Spreadsheet - `xlsx`: Excel Open XML Spreadsheet",
29822985
"schema": {
29832986
"type": "string",
2984-
"nullable": true
2987+
"nullable": true,
2988+
"default": null
29852989
}
29862990
},
29872991
{

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
findUnusedCode="false"
66
resolveFromConfigFile="true"
77
totallyTyped="true"
8+
phpVersion="8.1"
89
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
910
xmlns="https://getpsalm.org/schema/config"
1011
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"

vendor-bin/openapi-extractor/composer.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)