We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc60c9 commit ce77f3dCopy full SHA for ce77f3d
src/Lib/OpenApi/PathSecurity.php
@@ -37,6 +37,7 @@ public function toArray(): array
37
/**
38
* @return array|array[]|mixed
39
*/
40
+ #[\ReturnTypeWillChange]
41
public function jsonSerialize()
42
{
43
return $this->toArray();
0 commit comments