File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1010use cebe \openapi \SpecBaseObject ;
1111
1212/**
13- * Lists the required security schemes to execute this operation.
13+ * A required security scheme to execute this operation.
1414 *
1515 * @link https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#securityRequirementObject
1616 *
Original file line number Diff line number Diff line change 1010use cebe \openapi \SpecBaseObject ;
1111
1212/**
13- * Lists the required security requirement to execute this operation.
13+ * Lists the required security schemes to execute this operation.
1414 *
1515 * @link https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#securityRequirementObject
16- * TODO docs
16+ *
1717 */
1818class SecurityRequirements extends SpecBaseObject
1919{
@@ -51,13 +51,10 @@ protected function attributes(): array
5151 */
5252 protected function performValidation ()
5353 {
54- // TODO
5554 }
5655
5756 /**
58- * @return mixed returns the serializable data of this object for converting it
59- * to JSON or YAML.
60- * TODO
57+ * {@inheritDoc}
6158 */
6259 public function getSerializableData ()
6360 {
You can’t perform that action at this time.
0 commit comments