Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • e3e49958
    Issue #3232092 by daffie, mondrake: [Symfony 6] Add "string|array" to the... · e3e49958
    catch authored
    Issue #3232092 by daffie, mondrake: [Symfony 6] Add "string|array" to the method Drupal\Component\DependencyInjection\Dumper\OptimizedPhpArrayDumper::dump()
@@ -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