diff --git a/tests/phpunit/tests/functions/wpCheckFiletype.php b/tests/phpunit/tests/functions/wpCheckFiletype.php index 7946ca5752..37d7afdd01 100644 --- a/tests/phpunit/tests/functions/wpCheckFiletype.php +++ b/tests/phpunit/tests/functions/wpCheckFiletype.php @@ -28,7 +28,7 @@ class Tests_Functions_WpCheckFiletype extends WP_UnitTestCase { /** * Data provider. * - * @return[] + * @return array[] */ public function data_wp_check_filetype() { return array( @@ -105,7 +105,6 @@ class Tests_Functions_WpCheckFiletype extends WP_UnitTestCase { 'type' => false, ), ), - ); } }