Correct return type

This commit is contained in:
Pierre Rudloff 2015-10-31 11:23:58 +01:00
parent d73735d99e
commit da81168256

View file

@ -80,7 +80,7 @@ class VideoDownloadTest extends PHPUnit_Framework_TestCase
/** /**
* Provides URLs for tests * Provides URLs for tests
* *
* @return void * @return array
*/ */
public function urlProvider() public function urlProvider()
{ {
@ -104,7 +104,7 @@ class VideoDownloadTest extends PHPUnit_Framework_TestCase
/** /**
* Provides incorrect URLs for tests * Provides incorrect URLs for tests
* *
* @return void * @return array
*/ */
public function errorUrlProvider() public function errorUrlProvider()
{ {