Missing exception in @throws tag

This commit is contained in:
Pierre Rudloff 2022-02-27 23:45:59 +01:00
parent dad8b6d704
commit f814ebc492
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class FrontControllerTest extends ControllerTest
* *
* @return void * @return void
* @requires download * @requires download
* @throws AlltubeLibraryException * @throws AlltubeLibraryException|InvalidURLException
*/ */
public function testInfoWithPassword() public function testInfoWithPassword()
{ {