mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-04 17:30:27 -05:00
Apply fixes from StyleCI
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user