Skip to content

Commit

Permalink
Clarify deprecations.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 11, 2023
1 parent 4effbf5 commit aad1cd0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/View/Icon/BootstrapIcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Tools\View\Icon\Collector\BootstrapIconCollector;

/**
* @deprecated Use Templating plugin icon classes instead.
*/
class BootstrapIcon extends AbstractIcon {

/**
Expand Down
3 changes: 3 additions & 0 deletions src/View/Icon/FeatherIcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Tools\View\Icon\Collector\FeatherIconCollector;

/**
* @deprecated Use Templating plugin icon classes instead.
*/
class FeatherIcon extends AbstractIcon {

/**
Expand Down
3 changes: 3 additions & 0 deletions src/View/Icon/FontAwesome4Icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Tools\View\Icon\Collector\FontAwesome4IconCollector;

/**
* @deprecated Use Templating plugin icon classes instead.
*/
class FontAwesome4Icon extends AbstractIcon {

/**
Expand Down
3 changes: 3 additions & 0 deletions src/View/Icon/FontAwesome5Icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Tools\View\Icon\Collector\FontAwesome5IconCollector;

/**
* @deprecated Use Templating plugin icon classes instead.
*/
class FontAwesome5Icon extends AbstractIcon {

/**
Expand Down
3 changes: 3 additions & 0 deletions src/View/Icon/FontAwesome6Icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Tools\View\Icon\Collector\FontAwesome6IconCollector;

/**
* @deprecated Use Templating plugin icon classes instead.
*/
class FontAwesome6Icon extends AbstractIcon {

/**
Expand Down
3 changes: 3 additions & 0 deletions src/View/Icon/MaterialIcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Tools\View\Icon\Collector\MaterialIconCollector;

/**
* @deprecated Use Templating plugin icon classes instead.
*/
class MaterialIcon extends AbstractIcon {

/**
Expand Down

0 comments on commit aad1cd0

Please sign in to comment.