Skip to content

Commit

Permalink
Merge branch '42-getimagesize-failing-on-relative-path' of github.com…
Browse files Browse the repository at this point in the history
…:vormkracht10/laravel-seo-scanner into 42-getimagesize-failing-on-relative-path
  • Loading branch information
Baspa committed Sep 13, 2023
2 parents 4db2451 + 446b61b commit 6052b74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Checks/Content/TooLongSentenceCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

class TooLongSentenceCheck implements Check
{
use PerformCheck,
Actions;
use Actions,
PerformCheck;

public string $title = 'Too long sentence check';

Expand Down
4 changes: 2 additions & 2 deletions src/Checks/Content/TransitionWordRatioCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

class TransitionWordRatioCheck implements Check
{
use PerformCheck,
Actions;
use Actions,
PerformCheck;

public string $title = 'Transition word ratio check';

Expand Down

0 comments on commit 6052b74

Please sign in to comment.