Skip to content

Commit

Permalink
ButtonTag now accepts mixed content
Browse files Browse the repository at this point in the history
HtmlMailer phpdoc update
  • Loading branch information
Vitexus committed Feb 28, 2024
1 parent f603f10 commit 992cc72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Ease/Html/ButtonTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class ButtonTag extends PairTag
/**
* Html element for a button.
*
* @param string $content button content
* @param array $properties button tag properties
* @param mixed $content button content
* @param array $properties button tag properties
*/
public function __construct($content, $properties = [])
{
Expand Down
2 changes: 1 addition & 1 deletion src/Ease/HtmlMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* HTML ✉Class.
*
* @author Vítězslav Dvořák <info@vitexsoftware.cz>, Jana Viktorie Borbina <jana@borbina.com>
* @copyright 2009-2019 Vitex@hippy.cz (G)
* @copyright 2009-2024 Vitex@hippy.cz (G)
*/

use Ease\Html\BodyTag;
Expand Down

0 comments on commit 992cc72

Please sign in to comment.