Skip to content

Commit e8711e1

Browse files
committed
Resolve TODOs
1 parent 19e68bf commit e8711e1

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/spec/SecurityRequirement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use 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
*

src/spec/SecurityRequirements.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
use 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
*/
1818
class 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
{

0 commit comments

Comments
 (0)