Skip to content
Snippets Groups Projects

3492432 fix nullable types

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -53,7 +53,7 @@ class MaskContentEntityStorage extends ContentEntityStorageBase {
/**
* {@inheritdoc}
*/
protected function doLoadMultiple(array $ids = NULL) {
protected function doLoadMultiple(?array $ids = NULL) {
return [];
}
Loading