Skip to content

Commit

Permalink
style: fix code-style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodmain committed Sep 25, 2023
1 parent 1ef59da commit 9ec90bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/SwaggerServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ public function getConstructorInvalidTmpData(): array
'tmpDoc' => 'documentation/invalid_format__invalid_schema_type',
'exception' => InvalidFieldValueException::class,
'exceptionMessage' => "Validation failed. Field 'paths./users.get.responses.200.schema.type' "
. "has an invalid value: something. Allowed values: array, boolean, integer, number, string, object, null, undefined, file."
. "has an invalid value: something. Allowed values: array, boolean, integer, number, "
. "string, object, null, undefined, file."
],
];
}
Expand Down

0 comments on commit 9ec90bf

Please sign in to comment.