Skip to content
Snippets Groups Projects
Commit bb47869a authored by Lukas von Blarer's avatar Lukas von Blarer
Browse files

Merge branch '3461045-php-8.3-compatibility' into '2.x'

This is a temporary hack to fix the graphql requests

See merge request !37
parents 877a9359 eb11eaa3
No related branches found
No related tags found
No related merge requests found
Pipeline #274842 passed with warnings
......@@ -14,4 +14,5 @@ include:
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.variables.yml
################
variables:
OPT_IN_TEST_MAX_PHP: '1'
OPT_IN_TEST_PREVIOUS_MINOR: '1'
......@@ -123,10 +123,9 @@ class WebformSubmit extends DataProducerPluginBase implements ContainerFactoryPl
string $id,
// The GraphQL field context is only populated if it is at the end of the
// argument list. Suppress the coding standards warning for this.
// @phpcs:ignore PEAR.Functions.ValidDefaultValue.NotAtEnd
array $elements = [],
?string $sourceEntityType = NULL,
?string $sourceEntityId = NULL,
array $elements,
?string $sourceEntityType,
?string $sourceEntityId,
FieldContext $field,
): WebformSubmissionResult {
// Create context and execute validation and submission in render context to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment