Skip to content
Snippets Groups Projects
Commit c839d911 authored by Bojan Bogdanovic's avatar Bojan Bogdanovic
Browse files

Suppress notice for return type mixed

parent d5c4df39
No related branches found
No related tags found
No related merge requests found
Pipeline #8142 passed with warnings
......@@ -36,7 +36,8 @@ class ScopeEntity implements ScopeEntityInterface, CacheableDependencyInterface
/**
* {@inheritdoc}
*/
public function jsonSerialize(): mixed {
#[\ReturnTypeWillChange]
public function jsonSerialize() {
return $this->getIdentifier();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment