Skip to content

Commit

Permalink
Update src/Writer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Apr 20, 2022
1 parent 1c4abf6 commit e4e00c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Writer
/**
* Convert OpenAPI spec object to JSON data.
* @param SpecObjectInterface|OpenApi $object the OpenApi object instance.
* @param int $flags json_encode() flags
* @param int $flags json_encode() flags. Parameter available since version 1.7.0.
* @return string JSON string.
*/
public static function writeToJson(SpecObjectInterface $object, int $flags = JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE): string
Expand Down

0 comments on commit e4e00c1

Please sign in to comment.