Various code cleanup

This commit is contained in:
James Cole
2016-12-27 20:52:00 +01:00
parent 02695d852c
commit 1aee3d8e2c
9 changed files with 22 additions and 9 deletions

View File

@@ -74,12 +74,8 @@ class Help implements HelpInterface
$converter = new CommonMarkConverter();
$content = $converter->convertToHtml($content);
}
if (strlen($content) === 0) {
Log::warning('Raw content length is zero.');
}
return $content;
}
/**