Skip to content
Snippets Groups Projects
Commit c7129a35 authored by Wim Leers's avatar Wim Leers
Browse files

Issue #3452131 by Wim Leers: PHP 8.4 support landed upstream in #3427999,...

Issue #3452131 by Wim Leers: PHP 8.4 support landed upstream in #3427999, causing PHPCS CI job to fail
parent a0ad51d8
No related branches found
No related tags found
1 merge request!30Resolve #3452131 "Php84 nullable"
Pipeline #189598 passed
...@@ -24,7 +24,7 @@ class TextProcessedOverride extends StringData implements CacheableDependencyInt ...@@ -24,7 +24,7 @@ class TextProcessedOverride extends StringData implements CacheableDependencyInt
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function __construct(DataDefinitionInterface $definition, $name = NULL, TypedDataInterface $parent = NULL) { public function __construct(DataDefinitionInterface $definition, $name = NULL, ?TypedDataInterface $parent = NULL) {
parent::__construct($definition, $name, $parent); parent::__construct($definition, $name, $parent);
if ($definition->getSetting('text source') === NULL) { if ($definition->getSetting('text source') === NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment