Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed Jan 25, 2024
1 parent 969322f commit 723b332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Checks/Configuration/RobotsCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RobotsCheck implements Check

public string $title = 'Robots.txt allows indexing';

public string $description = 'The robots.txt file should allow indexing of the page.';
public string $description = 'The robots.txt file should allow indexing of the page.';

public string $priority = 'low';

Expand Down
2 changes: 1 addition & 1 deletion src/Checks/Content/MultipleHeadingCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MultipleHeadingCheck implements Check

public string $title = 'The page has an H1 tag and if it is used only once per page';

public string $description = "The page should have only one H1 tag because there should be only one main heading on the page. The H1 tag should be used to describe the main topic of the page. The H1 tag is also used by search engines to determine the topic of the page.";
public string $description = 'The page should have only one H1 tag because there should be only one main heading on the page. The H1 tag should be used to describe the main topic of the page. The H1 tag is also used by search engines to determine the topic of the page.';

public string $priority = 'low';

Expand Down
2 changes: 1 addition & 1 deletion src/Checks/Performance/ResponseCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Vormkracht10\Seo\Checks\Performance;

use Illuminate\Http\Client\Response;
use Vormkracht10\Seo\Interfaces\Check;
use Symfony\Component\DomCrawler\Crawler;
use Vormkracht10\Seo\Interfaces\Check;
use Vormkracht10\Seo\Traits\PerformCheck;
use Vormkracht10\Seo\Traits\Translatable;

Expand Down

0 comments on commit 723b332

Please sign in to comment.