Skip to content

Commit ce77f3d

Browse files
Add return type changing attribute (#458)
Resolves #457
1 parent fbc60c9 commit ce77f3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lib/OpenApi/PathSecurity.php

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function toArray(): array
3737
/**
3838
* @return array|array[]|mixed
3939
*/
40+
#[\ReturnTypeWillChange]
4041
public function jsonSerialize()
4142
{
4243
return $this->toArray();

0 commit comments

Comments
 (0)