Skip to content

Commit ee275d2

Browse files
soyukaabdounikarim
andauthored
Update OpenApi.php (#4108)
Hello, i just add the return type for method `getPaths` Co-authored-by: Abdouni Abdelkarim <[email protected]>
1 parent ce6ff3f commit ee275d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenApi/OpenApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getServers(): array
6161
return $this->servers;
6262
}
6363

64-
public function getPaths()
64+
public function getPaths(): Paths
6565
{
6666
return $this->paths;
6767
}

0 commit comments

Comments
 (0)