- Issue created by @Grimreaper
- First commit to issue fork.
- Assigned to sijumpk
- Merge request !6190Update FunctionalTestSetupTrait.php; changing the second parameter type to... → (Open) created by sijumpk
- Issue was unassigned.
- Status changed to Needs review
11 months ago 5:07am 1 February 2024 - Status changed to Needs work
11 months ago 4:02pm 2 February 2024 - 🇺🇸United States smustgrave
Proposed solution is
Fix the type to be mixed or array|string?
What was the reason to just to array? Not against but thought needs to be said.
- 🇫🇷France Grimreaper France 🇫🇷
@smustgrave,
In Core almost all parameters are array, except: https://git.drupalcode.org/project/drupal/-/blob/11.x/sites/development....
parameters: http.response.debug_cacheability_headers: true
Also in JSON:API:
parameters: jsonapi.base_path: /jsonapi
So I guess, in some cases it can be something else.