Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-01-10 22:46:58 +00:00
parent 98521378d2
commit fb1ade3587
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ class AnnounceController extends Controller
}
/**
* TODO: Paused Event (http://www.bittorrent.org/beps/bep_0021.html)
* TODO: Paused Event (http://www.bittorrent.org/beps/bep_0021.html).
*/
private function sendAnnounceJob($queries, $user, $torrent): void
{
+1 -1
View File
@@ -88,7 +88,7 @@ class Post extends Model
}
/**
* Post Trimming.t
* Post Trimming.t.
*/
public function getBrief(int $length = 100, bool $ellipses = true, bool $stripHtml = false): string
{
+1 -1
View File
@@ -671,7 +671,7 @@ class User extends Authenticatable
}
/**
* Return the ratio after $size bytes would be downloaded, pretty formatted as string
* Return the ratio after $size bytes would be downloaded, pretty formatted as string.
*/
public function ratioAfterSizeString($size, bool $freeleech = false): string
{