diff --git a/tests/phpunit/tests/theme/wpThemeGetAllowedFilters.php b/tests/phpunit/tests/theme/wpThemeGetAllowedFilters.php index 356e7f166f331..8af704a7d2523 100644 --- a/tests/phpunit/tests/theme/wpThemeGetAllowedFilters.php +++ b/tests/phpunit/tests/theme/wpThemeGetAllowedFilters.php @@ -8,7 +8,7 @@ */ class Tests_Theme_wpThemeGetAllowedFilters extends WP_UnitTestCase { /** - * @array List of themes allowed before filters are applied. + * @var array List of themes allowed before filters are applied. */ protected $default_allowed;