mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-15 08:48:43 +00:00
Fix CS via phpcs
This commit is contained in:
parent
c3e089d6a2
commit
fed3163dcf
|
|
@ -171,5 +171,4 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
|
|
||||||
$response->set('comment', $comment->jsonSerialize());
|
$response->set('comment', $comment->jsonSerialize());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,5 +45,4 @@ class CommentList
|
||||||
{
|
{
|
||||||
$this->comments[] = $comment;
|
$this->comments[] = $comment;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user