mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
CS fixes
This commit is contained in:
@@ -465,9 +465,9 @@ class NameFixer
|
||||
/**
|
||||
* Attempts to fix release names using the Par2 File.
|
||||
*
|
||||
* @param $time 1: 24 hours, 2: no time limit
|
||||
* @param $echo 1: change the name, anything else: preview of what could have been changed.
|
||||
* @param $cats 1: other categories, 2: all categories
|
||||
* @param $time 1: 24 hours, 2: no time limit
|
||||
* @param $echo 1: change the name, anything else: preview of what could have been changed.
|
||||
* @param $cats 1: other categories, 2: all categories
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
|
||||
+1
-1
@@ -292,7 +292,7 @@ class XXX
|
||||
/**
|
||||
* Get Genre id's Of the title.
|
||||
*
|
||||
* @param $arr - Array or String
|
||||
* @param $arr - Array or String
|
||||
* @return string - If array .. 1,2,3,4 if string .. 1
|
||||
*/
|
||||
protected function getGenreID($arr): string
|
||||
|
||||
@@ -133,7 +133,7 @@ class Forumpost extends Model
|
||||
* Get browse range for forum.
|
||||
*
|
||||
*
|
||||
* @param $start
|
||||
* @param $start
|
||||
*/
|
||||
public static function getBrowseRange(): LengthAwarePaginator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user