Skip to content

Commit a924b98

Browse files
authored
Merge pull request #1238 from NNTmux/analysis-e7r2V2
Apply fixes from StyleCI [ci skip] [skip ci]
2 parents 1d55e1f + f9bb95a commit a924b98

36 files changed

Lines changed: 160 additions & 160 deletions

Blacklight/AniDB.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public function __construct()
3333
* @param string $rating
3434
* @param string $categories
3535
* @param string $characters
36-
* @param $epnos
37-
* @param $airdates
38-
* @param $episodetitles
36+
* @param $epnos
37+
* @param $airdates
38+
* @param $episodetitles
3939
*/
4040
public function updateTitle($anidbID, $title, $type, $startdate, $enddate, $related, $similar, $creators, $description, $rating, $categories, $characters, $epnos, $airdates, $episodetitles): void
4141
{

Blacklight/Books.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ public function getBookInfoByName($title)
136136
}
137137

138138
/**
139-
* @param $page
140-
* @param $cat
141-
* @param $start
142-
* @param $num
143-
* @param $orderby
139+
* @param $page
140+
* @param $cat
141+
* @param $start
142+
* @param $num
143+
* @param $orderby
144144
* @param array $excludedcats
145145
* @return array
146146
*

Blacklight/Categorize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function __construct()
7979
* Then work out which category is applicable for either a group or a binary.
8080
* Returns Category::OTHER_MISC if no category is appropriate.
8181
*
82-
* @param $groupId
82+
* @param $groupId
8383
* @param string $releaseName
8484
* @param string $poster
8585
* @return array

Blacklight/Console.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ public function getConsoleInfoByName($title, $platform)
149149
}
150150

151151
/**
152-
* @param $page
153-
* @param $cat
154-
* @param $start
155-
* @param $num
156-
* @param $orderBy
152+
* @param $page
153+
* @param $cat
154+
* @param $start
155+
* @param $num
156+
* @param $orderBy
157157
* @param array $excludedCats
158158
* @return array
159159
*

Blacklight/Games.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ public function getCount(): int
219219

220220
/**
221221
* @param $page
222-
* @param $cat
223-
* @param $start
224-
* @param $num
222+
* @param $cat
223+
* @param $start
224+
* @param $num
225225
* @param string|array $orderBy
226226
* @param string $maxAge
227227
* @param array $excludedCats

Blacklight/Movie.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ public function getMovieInfo($imdbId)
213213
* Get movie releases with covers for movie browse page.
214214
*
215215
*
216-
* @param $page
217-
* @param $cat
218-
* @param $start
219-
* @param $num
220-
* @param $orderBy
216+
* @param $page
217+
* @param $cat
218+
* @param $start
219+
* @param $num
220+
* @param $orderBy
221221
* @param int $maxAge
222222
* @param array $excludedCats
223223
* @return array|mixed
@@ -762,7 +762,7 @@ protected function fetchFanartTVProperties($imdbId)
762762
* Fetch info for IMDB id from TMDB.
763763
*
764764
*
765-
* @param $imdbId
765+
* @param $imdbId
766766
* @param bool $text
767767
* @return array|false
768768
*/

Blacklight/Music.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ public function getMusicInfoByName($artist, $album)
138138

139139
/**
140140
* @param $page
141-
* @param $cat
142-
* @param $start
143-
* @param $num
144-
* @param $orderBy
141+
* @param $cat
142+
* @param $start
143+
* @param $num
144+
* @param $orderBy
145145
* @param array $excludedCats
146146
* @return array
147147
*
@@ -342,8 +342,8 @@ public function update($id, $title, $asin, $url, $salesrank, $artist, $publisher
342342
}
343343

344344
/**
345-
* @param $title
346-
* @param $year
345+
* @param $title
346+
* @param $year
347347
* @param null $amazdata
348348
* @return int|mixed
349349
*

Blacklight/NZBVortex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ protected function login()
287287
/**
288288
* sendRequest().
289289
*
290-
* @param $path
290+
* @param $path
291291
* @param array $params
292292
* @return array
293293
*

Blacklight/NameFixer.php

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ public function fixNamesWithSrr($time, $echo, $cats, $nameStatus, $show): void
536536
* @param int $time 1: 24 hours, 2: no time limit
537537
* @param int $echo 1: change the name, anything else: preview of what could have been changed.
538538
* @param int $cats 1: other categories, 2: all categories
539-
* @param $nameStatus
540-
* @param $show
539+
* @param $nameStatus
540+
* @param $show
541541
* @param NNTP $nntp
542542
*
543543
* @throws \Exception
@@ -910,11 +910,11 @@ protected function _echoRenamed(int $show): void
910910
* Update the release with the new information.
911911
*
912912
*
913-
* @param $release
914-
* @param $name
915-
* @param $method
916-
* @param $echo
917-
* @param $type
913+
* @param $release
914+
* @param $name
915+
* @param $method
916+
* @param $echo
917+
* @param $type
918918
* @param int $nameStatus
919919
* @param bool $show
920920
* @param int $preId
@@ -1273,7 +1273,7 @@ public function getPreFileNames(array $args = []): void
12731273
/**
12741274
* Match a release filename to a PreDB filename or title.
12751275
*
1276-
* @param $release
1276+
* @param $release
12771277
* @param bool $echo
12781278
* @param int $nameStatus
12791279
* @param bool $show
@@ -1351,10 +1351,10 @@ protected function _cleanMatchFiles(): string
13511351
* Match a Hash from the predb to a release.
13521352
*
13531353
* @param string $hash
1354-
* @param $release
1355-
* @param $echo
1356-
* @param $nameStatus
1357-
* @param $show
1354+
* @param $release
1355+
* @param $echo
1356+
* @param $nameStatus
1357+
* @param $show
13581358
* @return int
13591359
*
13601360
* @throws \Exception
@@ -1467,7 +1467,7 @@ public function parseTitles($time, $echo, $cats, $nameStatus, $show): int
14671467
/**
14681468
* Check the array using regex for a clean name.
14691469
*
1470-
* @param $release
1470+
* @param $release
14711471
* @param bool $echo
14721472
* @param string $type
14731473
* @param int $nameStatus
@@ -1579,11 +1579,11 @@ public function _updateSingleColumn(string $column = '', int $status = 0, int $i
15791579
/**
15801580
* Look for a TV name.
15811581
*
1582-
* @param $release
1582+
* @param $release
15831583
* @param bool $echo
15841584
* @param string $type
1585-
* @param $nameStatus
1586-
* @param $show
1585+
* @param $nameStatus
1586+
* @param $show
15871587
*
15881588
* @throws \Exception
15891589
*/
@@ -1613,11 +1613,11 @@ public function tvCheck($release, $echo, $type, $nameStatus, $show): void
16131613
/**
16141614
* Look for a movie name.
16151615
*
1616-
* @param $release
1616+
* @param $release
16171617
* @param bool $echo
16181618
* @param string $type
1619-
* @param $nameStatus
1620-
* @param $show
1619+
* @param $nameStatus
1620+
* @param $show
16211621
*
16221622
* @throws \Exception
16231623
*/
@@ -1659,11 +1659,11 @@ public function movieCheck($release, bool $echo, string $type, $nameStatus, $sho
16591659
/**
16601660
* Look for a game name.
16611661
*
1662-
* @param $release
1662+
* @param $release
16631663
* @param bool $echo
16641664
* @param string $type
1665-
* @param $nameStatus
1666-
* @param $show
1665+
* @param $nameStatus
1666+
* @param $show
16671667
*
16681668
* @throws \Exception
16691669
*/
@@ -1689,11 +1689,11 @@ public function gameCheck($release, bool $echo, string $type, $nameStatus, $show
16891689
/**
16901690
* Look for a app name.
16911691
*
1692-
* @param $release
1692+
* @param $release
16931693
* @param bool $echo
16941694
* @param string $type
1695-
* @param $nameStatus
1696-
* @param $show
1695+
* @param $nameStatus
1696+
* @param $show
16971697
*
16981698
* @throws \Exception
16991699
*/
@@ -1713,11 +1713,11 @@ public function appCheck($release, bool $echo, string $type, $nameStatus, $show)
17131713
/**
17141714
* TV.
17151715
*
1716-
* @param $release
1716+
* @param $release
17171717
* @param bool $echo
17181718
* @param string $type
1719-
* @param $nameStatus
1720-
* @param $show
1719+
* @param $nameStatus
1720+
* @param $show
17211721
*
17221722
* @throws \Exception
17231723
*/
@@ -1737,11 +1737,11 @@ public function nfoCheckTV($release, bool $echo, string $type, $nameStatus, $sho
17371737
/**
17381738
* Movies.
17391739
*
1740-
* @param $release
1740+
* @param $release
17411741
* @param bool $echo
17421742
* @param string $type
1743-
* @param $nameStatus
1744-
* @param $show
1743+
* @param $nameStatus
1744+
* @param $show
17451745
*
17461746
* @throws \Exception
17471747
*/
@@ -1761,11 +1761,11 @@ public function nfoCheckMov($release, bool $echo, string $type, $nameStatus, $sh
17611761
}
17621762

17631763
/**
1764-
* @param $release
1764+
* @param $release
17651765
* @param bool $echo
17661766
* @param string $type
1767-
* @param $nameStatus
1768-
* @param $show
1767+
* @param $nameStatus
1768+
* @param $show
17691769
*
17701770
* @throws \Exception
17711771
*/
@@ -1782,11 +1782,11 @@ public function nfoCheckMus($release, bool $echo, string $type, $nameStatus, $sh
17821782
/**
17831783
* Title (year).
17841784
*
1785-
* @param $release
1785+
* @param $release
17861786
* @param bool $echo
17871787
* @param string $type
1788-
* @param $nameStatus
1789-
* @param $show
1788+
* @param $nameStatus
1789+
* @param $show
17901790
*
17911791
* @throws \Exception
17921792
*/
@@ -1959,11 +1959,11 @@ public function nfoCheckTY($release, bool $echo, string $type, $nameStatus, $sho
19591959
/**
19601960
* Games.
19611961
*
1962-
* @param $release
1962+
* @param $release
19631963
* @param bool $echo
19641964
* @param string $type
1965-
* @param $nameStatus
1966-
* @param $show
1965+
* @param $nameStatus
1966+
* @param $show
19671967
*
19681968
* @throws \Exception
19691969
*/
@@ -1989,11 +1989,11 @@ public function nfoCheckG($release, bool $echo, string $type, $nameStatus, $show
19891989
/**
19901990
* Misc.
19911991
*
1992-
* @param $release
1992+
* @param $release
19931993
* @param bool $echo
19941994
* @param string $type
1995-
* @param $nameStatus
1996-
* @param $show
1995+
* @param $nameStatus
1996+
* @param $show
19971997
*
19981998
* @throws \Exception
19991999
*/
@@ -2030,11 +2030,11 @@ public function nfoCheckMisc($release, bool $echo, string $type, $nameStatus, $s
20302030
/**
20312031
* Just for filenames.
20322032
*
2033-
* @param $release
2033+
* @param $release
20342034
* @param bool $echo
20352035
* @param string $type
2036-
* @param $nameStatus
2037-
* @param $show
2036+
* @param $nameStatus
2037+
* @param $show
20382038
* @return bool
20392039
*
20402040
* @throws \Exception

Blacklight/Nfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public function addAlternateNfo(&$nfo, $release, $nntp): bool
232232
/**
233233
* Attempt to find NFO files inside the NZB's of releases.
234234
*
235-
* @param $nntp
235+
* @param $nntp
236236
* @param string $groupID (optional) Group ID.
237237
* @param string $guidChar (optional) First character of the release GUID (used for multi-processing).
238238
* @param int $processImdb (optional) Attempt to find IMDB id's in the NZB?

0 commit comments

Comments
 (0)