Skip to content

Commit 8a7ab5a

Browse files
author
Oleksandr Gorkun
committed
MC-18793: Remove PHP7.1 syntax from HTML static test
1 parent ab14fca commit 8a7ab5a

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/static/framework/Magento/TestFramework/CodingStandard/Tool/CodeSniffer

1 file changed

+1
-1
lines changed

dev/tests/static/framework/Magento/TestFramework/CodingStandard/Tool/CodeSniffer/HtmlWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class HtmlWrapper extends Wrapper
1313
{
1414
const FILE_EXTENSION = 'html';
1515

16-
private const TOKENIZER = 'PHP';
16+
const TOKENIZER = 'PHP';
1717

1818
/**
1919
* @inheritDoc

0 commit comments

Comments
 (0)