mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-16 04:57:46 +02:00
ci: fix rector issues for code-review job to pass
This commit is contained in:
parent
b51072434b
commit
1a024bdec7
13 changed files with 38 additions and 33 deletions
|
|
@ -32,7 +32,7 @@ class ContributorController extends BaseController
|
|||
}
|
||||
|
||||
if (
|
||||
$this->user = (new UserModel())->getPodcastContributor((int) $params[1], (int) $params[0],)
|
||||
($this->user = (new UserModel())->getPodcastContributor((int) $params[1], (int) $params[0],)) !== null
|
||||
) {
|
||||
return $this->{$method}();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue