File tree 2 files changed +4
-7
lines changed 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 10
10
use cebe \openapi \SpecBaseObject ;
11
11
12
12
/**
13
- * Lists the required security schemes to execute this operation.
13
+ * A required security scheme to execute this operation.
14
14
*
15
15
* @link https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#securityRequirementObject
16
16
*
Original file line number Diff line number Diff line change 10
10
use cebe \openapi \SpecBaseObject ;
11
11
12
12
/**
13
- * Lists the required security requirement to execute this operation.
13
+ * Lists the required security schemes to execute this operation.
14
14
*
15
15
* @link https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#securityRequirementObject
16
- * TODO docs
16
+ *
17
17
*/
18
18
class SecurityRequirements extends SpecBaseObject
19
19
{
@@ -51,13 +51,10 @@ protected function attributes(): array
51
51
*/
52
52
protected function performValidation ()
53
53
{
54
- // TODO
55
54
}
56
55
57
56
/**
58
- * @return mixed returns the serializable data of this object for converting it
59
- * to JSON or YAML.
60
- * TODO
57
+ * {@inheritDoc}
61
58
*/
62
59
public function getSerializableData ()
63
60
{
You can’t perform that action at this time.
0 commit comments