code cleanup (#602)

This commit is contained in:
Kevin Papst
2019-02-26 02:26:37 +01:00
committed by GitHub
parent 03aa4c9ddc
commit 86832fb703
8 changed files with 12 additions and 11 deletions

View File

@@ -73,6 +73,7 @@ class ThemeEvent extends Event
public function addContent(string $content)
{
$this->content .= $content;
return $this;
}
}