Skip to content

Commit 9f30e49

Browse files
committed
Apply fixes from StyleCI
1 parent 7343c62 commit 9f30e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Feature/SitemapFeatureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testTheSitemapFeature()
2626
protected function setUpBroadSiteStructure(): void
2727
{
2828
$this->file('_pages/about.md', "# About\n\nThis is the about page.");
29-
$this->file('_pages/contact.html', "<h1>Contact</h1><p>This is the contact page.</p>");
29+
$this->file('_pages/contact.html', '<h1>Contact</h1><p>This is the contact page.</p>');
3030
$this->file('_posts/hello-world.md', "# Hello, World!\n\nThis is the first post.");
3131
$this->file('_posts/second-post.md', "# Second Post\n\nThis is the second post.");
3232
$this->file('_docs/index.md', "# Documentation\n\nThis is the documentation index.");

0 commit comments

Comments
 (0)