From 9f34a0ea0522a7238e88e4557c9ade75caf0ea3b Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 23 Sep 2023 19:47:47 +0200 Subject: [PATCH] CS fixes --- Blacklight/Movie.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Blacklight/Movie.php b/Blacklight/Movie.php index 3d61df009..f074c1acc 100755 --- a/Blacklight/Movie.php +++ b/Blacklight/Movie.php @@ -1184,7 +1184,7 @@ class Movie } /** - * @return false|mixed + * @return false|mixed */ protected function localIMDBSearch() { @@ -1220,6 +1220,7 @@ class Movie } } } + return false; }