Skip to content

Commit

Permalink
Update src/Writing/PostmanCollectionWriter.php
Browse files Browse the repository at this point in the history
Co-authored-by: Shalvah <[email protected]>
  • Loading branch information
ernst77 and shalvah authored May 19, 2020
1 parent 52020bb commit 0309886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Writing/PostmanCollectionWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected function generateEndpointItem($route): array
];
}

protected function getBodyData($route): array
protected function getBodyData(array $route): array
{

$body = [];
Expand Down

0 comments on commit 0309886

Please sign in to comment.