Skip to content

Commit 9a8a98a

Browse files
fix method comment
1 parent 72fc39b commit 9a8a98a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/OpenAPI/Modern.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,9 +957,9 @@ sub _validate_querystring_parameter ($self, $state, $param_obj, $uri) {
957957
# data comes in as a string
958958
# when parsing fails, $state->{errors} is populated;
959959
# otherwise, the return value is the fully deserialized data, parsed into the correct type(s)
960-
# (which may be undef = null; note the difference from () which indicates an error)
961-
# This method is not appropriate for header parameters, which should never be percent-decoded.
962-
# %opt is (:$style, :$explode, :$name, :$schema)
960+
# (which may be undef = null; note the difference from () which indicates no data, and possibly an
961+
# error)
962+
# %opt is (:$style, :$explode, :$name, :$schema, $strip_internal_ws)
963963
sub _deserialize_style ($self, $data, $state, %opt) {
964964
# numbers and builtin bools can be treated as strings, but reject references
965965
croak 'only strings can be deserialized' if ref $data;

0 commit comments

Comments
 (0)