Fix CS via phpcs

This commit is contained in:
Dennis Eichhorn 2018-01-28 22:11:07 +01:00
parent c3e089d6a2
commit fed3163dcf
2 changed files with 0 additions and 2 deletions

View File

@ -171,5 +171,4 @@ class Controller extends ModuleAbstract implements WebInterface
$response->set('comment', $comment->jsonSerialize());
}
}

View File

@ -45,5 +45,4 @@ class CommentList
{
$this->comments[] = $comment;
}
}