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

Commit ff48c5f

Browse files
committed
Reverted removal of constant
- Would be a BC break. We can commit this patch with the test changes as-is otherwise.
1 parent a4acc4e commit ff48c5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Helper/AbstractHtmlElement.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
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+
1421
/**
1522
* The tag closing bracket
1623
*

0 commit comments

Comments
 (0)