Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Apr 28, 2023
1 parent 3cbdce1 commit 407a82b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/Tags/Video.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

class Video
{
public const OPTION_PLATFORM_WEB = 'web';
public const OPTION_PLATFORM_WEB = 'web';
public const OPTION_PLATFORM_MOBILE = 'mobile';
public const OPTION_PLATFORM_TV = 'tv';
public const OPTION_PLATFORM_TV = 'tv';

public const OPTION_NO = "no";
public const OPTION_YES = "yes";
public const OPTION_NO = "no";
public const OPTION_YES = "yes";

public string $thumbnailLoc;

Expand Down
1 change: 0 additions & 1 deletion tests/VideoTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

use Carbon\Carbon;
use Spatie\Sitemap\Sitemap;
use Spatie\Sitemap\Tags\Url;
use Spatie\Sitemap\Tags\Video;
Expand Down

0 comments on commit 407a82b

Please # to comment.