From fed3163dcfe18a25dc66883102743c0abd0fefdf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 28 Jan 2018 22:11:07 +0100 Subject: [PATCH] Fix CS via phpcs --- Controller.php | 1 - Models/CommentList.php | 1 - 2 files changed, 2 deletions(-) diff --git a/Controller.php b/Controller.php index bc982e0..5171a7a 100644 --- a/Controller.php +++ b/Controller.php @@ -171,5 +171,4 @@ class Controller extends ModuleAbstract implements WebInterface $response->set('comment', $comment->jsonSerialize()); } - } diff --git a/Models/CommentList.php b/Models/CommentList.php index ae8004e..393799c 100644 --- a/Models/CommentList.php +++ b/Models/CommentList.php @@ -45,5 +45,4 @@ class CommentList { $this->comments[] = $comment; } - } \ No newline at end of file