Skip to content

Commit

Permalink
Fix code style in SerializationContextBuilderInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-nijens committed May 15, 2024
1 parent 00ddad7 commit 2a36d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serialization/SerializationContextBuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
*/
interface SerializationContextBuilderInterface
{
public function getContextForSchemaObject(string $schemaObjectName, string $openApiSpecificationFile/*, bool $treatAnyOfAndOneOfAsAllOf = false*/): array;
public function getContextForSchemaObject(string $schemaObjectName, string $openApiSpecificationFile/* , bool $treatAnyOfAndOneOfAsAllOf = false */): array;
}

0 comments on commit 2a36d4c

Please sign in to comment.