Skip to content
Snippets Groups Projects

Issue #3484946 by scott_earnest: Declaration of...

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1217,7 +1217,7 @@ class Facet extends ConfigEntityBase implements FacetInterface {
/**
* Remove the facet lazy built data when the facet is serialized.
*/
public function __sleep() {
public function __sleep(): array {
unset($this->facet_source_instance);
unset($this->processors);
Loading