Skip to content
Snippets Groups Projects

update parsedown.php

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -62,7 +62,7 @@ class Parsedown extends BaseParser implements AllowedHtmlInterface, SettingsInte
/**
* {@inheritdoc}
*/
public function __sleep() {
public function __sleep() : array {
unset($this->parsedown);
return parent::__sleep();
}
Loading