Correct return type

This commit is contained in:
Pierre Rudloff 2015-10-31 11:23:58 +01:00
parent d73735d99e
commit da81168256
1 changed files with 2 additions and 2 deletions

View File

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