Declare return types in AniDB class

This commit is contained in:
DariusIII
2017-04-24 12:34:12 +02:00
parent fa5d6b3227
commit c45824ac54
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
2017-04-24 DariusIII
* Chg: Declare return types in AniDB class
* Chg: Chage some if-else loop logic in TMDB class
* Chg: Update lithium, pnotify and composer/installers
2017-04-23 DariusIII
+1 -1
View File
@@ -210,7 +210,7 @@ class AniDB
*
* @return bool
*/
private function matchAnimeRelease($release = [])
private function matchAnimeRelease(array $release = []): bool
{
$matched = false;
$type = 'Local';