Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4: (29 commits)
  Fix #53778
  [PropertyInfo] Add missing test
  fix tests
  [Security][Validators] Review translations.
  [validator] Updated Dutch translation
  [FrameworkBundle] Fix wiring ConsoleProfilerListener
  [HttpKernel] Fix link to php doc
  [Validator] Update sr_Cyrl 120:This value is not a valid slug.
  [Validator] Update sr_Latn 120:This value is not a valid slug.
  6.4 Missing translations for Italian (it) #59419
  tests(notifier): avoid failing SNS test with local AWS configuration
  [Validator] Missing translations for Brazilian Portuguese (pt_BR)
  [Translation][Validator] Review Russian translation (114 - 120)
  Review validator-related persian translation with id 120
  [Scheduler] Clarify description of exclusion time
  [HttpFoundation][FrameworkBundle] Reset Request's formats using the service resetter
  [Mailer] Fix SMTP stream EOF handling on Windows by using feof()
  [Translations] Make sure PL translations validators.pl.xlf follow the same style
  [Validator] Checked Turkish validators translations and confirmed
  [VarDumper] Fix blank strings display
  ...
  • Loading branch information
xabbuh committed Jan 17, 2025
2 parents 6ce0699 + 43d963e commit f4db3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Attribute/MapQueryParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
final class MapQueryParameter extends ValueResolver
{
/**
* @see https://php.net/filter.filters.validate for filter, flags and options
* @see https://php.net/manual/filter.constants for filter, flags and options
*
* @param string|null $name The name of the query parameter; if null, the name of the argument in the controller will be used
* @param (FILTER_VALIDATE_*)|(FILTER_SANITIZE_*)|null $filter The filter to pass to "filter_var()"
Expand Down

0 comments on commit f4db3a3

Please sign in to comment.