Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit a1fb575

Browse files
committed
remove deprecated const EOL = PHP_EOL; in AbstractHtmlElement
1 parent b44b831 commit a1fb575

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Helper/AbstractHtmlElement.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111

1212
abstract class AbstractHtmlElement extends AbstractHelper
1313
{
14-
/**
15-
* EOL character
16-
*
17-
* @deprecated just use PHP_EOL
18-
*/
19-
const EOL = PHP_EOL;
20-
2114
/**
2215
* The tag closing bracket
2316
*

0 commit comments

Comments
 (0)