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 2a66059 commit aa73b3dCopy full SHA for aa73b3d
src/spec/SecurityRequirements.php
@@ -58,8 +58,6 @@ protected function performValidation()
58
*/
59
public function getSerializableData()
60
{
61
- parent::getSerializableData();
62
-
63
$data = [];
64
foreach ($this->_securityRequirements ?? [] as $name => $securityRequirement) {
65
/** @var SecurityRequirement $securityRequirement */
0 commit comments