From da81168256df196e0e76ecff77322145a98e5964 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 31 Oct 2015 11:23:58 +0100 Subject: [PATCH] Correct return type --- tests/VideoDownloadTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index 193cc2d..364ca00 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -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() {