From f814ebc4929cb142f7b30cd8dfdb6d45aeebe7e7 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 27 Feb 2022 23:45:59 +0100 Subject: [PATCH] Missing exception in @throws tag --- tests/FrontControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index e68508b..b4f6967 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -186,7 +186,7 @@ class FrontControllerTest extends ControllerTest * * @return void * @requires download - * @throws AlltubeLibraryException + * @throws AlltubeLibraryException|InvalidURLException */ public function testInfoWithPassword() {