mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 19:17:45 +02:00
ci: fix lint and formatting issues
This commit is contained in:
parent
34777598dd
commit
84a6447fd4
94 changed files with 987 additions and 1104 deletions
|
|
@ -55,7 +55,7 @@ class EpisodeCommentController extends BaseController
|
|||
|
||||
if (
|
||||
($episode = (new EpisodeModel())->getEpisodeBySlug($params[0], $params[1])) === null
|
||||
) {
|
||||
) {
|
||||
throw PageNotFoundException::forPageNotFound();
|
||||
}
|
||||
|
||||
|
|
@ -120,9 +120,6 @@ class EpisodeCommentController extends BaseController
|
|||
return $cachedView;
|
||||
}
|
||||
|
||||
/**
|
||||
* @noRector ReturnTypeDeclarationRector
|
||||
*/
|
||||
public function commentObject(): Response
|
||||
{
|
||||
$commentObject = new CommentObject($this->comment);
|
||||
|
|
@ -132,9 +129,6 @@ class EpisodeCommentController extends BaseController
|
|||
->setBody($commentObject->toJSON());
|
||||
}
|
||||
|
||||
/**
|
||||
* @noRector ReturnTypeDeclarationRector
|
||||
*/
|
||||
public function replies(): Response
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue