Skip to content

Commit

Permalink
Updated PHPdoc annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Nov 3, 2024
1 parent ac657d7 commit 9896b05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Plugins/MediaEmbed/Configurator/MastodonHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

use s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\MastodonHelper as ParentClass;

/**
* @deprecated 2.18.0 Use s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\MastodonHelper instead
*/
class MastodonHelper extends ParentClass
{
}
3 changes: 3 additions & 0 deletions src/Plugins/MediaEmbed/Configurator/XenForoHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

use s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\XenForoHelper as ParentClass;

/**
* @deprecated 2.18.0 Use s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\XenForoHelper instead
*/
class XenForoHelper extends ParentClass
{
}

0 comments on commit 9896b05

Please sign in to comment.