Skip to content

Commit

Permalink
Fix classnames to comply with PSR-4 autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed May 26, 2023
1 parent c7bc4fa commit 730d42b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Checks/Performance/CssSizeCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Vormkracht10\Seo\Interfaces\Check;
use Vormkracht10\Seo\Traits\PerformCheck;

class CSSSizeCheck implements Check
class CssSizeCheck implements Check
{
use PerformCheck;

Expand Down
2 changes: 1 addition & 1 deletion src/Checks/Performance/TtfbCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Vormkracht10\Seo\Interfaces\Check;
use Vormkracht10\Seo\Traits\PerformCheck;

class TTFBCheck implements Check
class TtfbCheck implements Check
{
use PerformCheck;

Expand Down

0 comments on commit 730d42b

Please sign in to comment.