1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-20 06:46:40 +02:00

Missing exception in @throws tag

This commit is contained in:
Pierre Rudloff 2022-02-27 23:45:59 +01:00
parent dad8b6d704
commit f814ebc492

View File

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