Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2020-06-30 20:06:01 +00:00
committed by StyleCI Bot
parent a83aaf1742
commit cbd4397f7a
6 changed files with 71 additions and 71 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ class TrackerException extends \Exception
161 => 'You are already downloading the same torrent. You can only leech from :count location at a time!',
162 => 'There is a minimum announce lock of :min seconds, please wait.',
163 => 'Your ratio is too low! You need to wait :sec seconds to start.',
164 => "Your slot limit is reached! You may at most download :max torrents at the same time",
164 => 'Your slot limit is reached! You may at most download :max torrents at the same time',
// Error message from Anti-Cheater System
170 => "We believe you're trying to cheat. And your account is disabled.",
@@ -87,4 +87,4 @@ class TrackerException extends \Exception
parent::__construct($message, $code, $previous);
}
}
}