Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-08-25 23:17:20 +00:00
parent 33494ca5ce
commit 2725397734
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class SubtitleController extends Controller
// Announce To Shoutbox
$torrentUrl = \href_torrent($subtitle->torrent);
$profileUrl = \href_profile($user);
if (!$subtitle->anon) {
if (! $subtitle->anon) {
$this->chatRepository->systemMessage(
\sprintf('[url=%s]%s[/url] has uploaded a new %s subtitle for [url=%s]%s[/url]', $profileUrl, $user->username, $subtitle->language->name, $torrentUrl, $subtitle->torrent->name)
);