Check also tasks and tools with code sniffer

[MAILPOET-2429]
This commit is contained in:
Jan Jakeš
2019-10-10 13:39:12 +02:00
committed by Jack Kitterhing
parent cc62da6cb3
commit 7ecabdba3a
14 changed files with 88 additions and 64 deletions

View File

@@ -38,7 +38,7 @@ class ChangelogController {
private function renderHeading(array $version) {
$date = empty($version['releaseDate']) ? date('Y-m-d') : $version['releaseDate'];
return "= {$version['name']}" . self::HEADING_GLUE . "$date =";
return "= {$version['name']}" . self::HEADING_GLUE . "$date =";
}
private function renderList(array $issues, $field) {