diff --git a/tests/phpunit/tests/rest-api/wpRestTemplatesController.php b/tests/phpunit/tests/rest-api/wpRestTemplatesController.php index ed42820b224a..36f59374d6de 100644 --- a/tests/phpunit/tests/rest-api/wpRestTemplatesController.php +++ b/tests/phpunit/tests/rest-api/wpRestTemplatesController.php @@ -194,7 +194,7 @@ public function get_template_endpoint_urls() { array( '/wp/v2/templates/default/my_template' ), array( '/wp/v2/templates/default//my_template' ), ); - } ``` + } /** * @ticket 54507