Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasgeniar authored and github-actions[bot] committed Dec 18, 2024
1 parent 83ba4ff commit 8d92949
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Actions/ManagesSitemaps.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace OhDear\PhpSdk\Actions;

use OhDear\PhpSdk\Resources\SitemapResult;
use OhDear\PhpSdk\Resources\Sitemap;
use OhDear\PhpSdk\Resources\SitemapIndex;
use OhDear\PhpSdk\Resources\SitemapIssue;
use OhDear\PhpSdk\Resources\Sitemap;
use OhDear\PhpSdk\Resources\SitemapResult;

trait ManagesSitemaps
{
Expand Down
4 changes: 2 additions & 2 deletions src/OhDear.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
use OhDear\PhpSdk\Actions\ManagesMixedContent;
use OhDear\PhpSdk\Actions\ManagesNotifications;
use OhDear\PhpSdk\Actions\ManagesPerformance;
use OhDear\PhpSdk\Actions\ManagesSitemaps;
use OhDear\PhpSdk\Actions\ManagesSites;
use OhDear\PhpSdk\Actions\ManagesStatusPages;
use OhDear\PhpSdk\Actions\ManagesStatusPageUpdates;
use OhDear\PhpSdk\Actions\ManagesUptime;
use OhDear\PhpSdk\Actions\ManagesUsers;
use OhDear\PhpSdk\Actions\ManagesSitemaps;

class OhDear
{
Expand All @@ -39,10 +39,10 @@ class OhDear
use ManagesMixedContent;
use ManagesNotifications;
use ManagesPerformance;
use ManagesSitemaps;
use ManagesSites;
use ManagesStatusPages;
use ManagesStatusPageUpdates;
use ManagesSitemaps;
use ManagesUptime;
use ManagesUsers;

Expand Down

0 comments on commit 8d92949

Please sign in to comment.