Skip to content

Commit

Permalink
remove deprecated const EOL in AbstractHtmlElement
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <[email protected]>
  • Loading branch information
samsonasik committed Jul 14, 2020
1 parent a65f350 commit f5bb44c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Helper/AbstractHtmlElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@

abstract class AbstractHtmlElement extends AbstractHelper
{
/**
* EOL character
*
* @deprecated just use PHP_EOL
*/
const EOL = PHP_EOL;

/**
* The tag closing bracket
*
Expand Down

0 comments on commit f5bb44c

Please sign in to comment.