Issue #3232092 by daffie, mondrake: [Symfony 6] Add "string|array" to the method Drupal\Component\DependencyInjection\Dumper\OptimizedPhpArrayDumper::dump()
parent
1553465e32
commit
e3e4995829
|
@ -56,7 +56,7 @@ class OptimizedPhpArrayDumper extends Dumper {
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function dump(array $options = []) {
|
||||
public function dump(array $options = []): string|array {
|
||||
return serialize($this->getArray());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue