File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
framework/Magento/TestFramework/CodingStandard/Tool/CodeSniffer
testsuite/Magento/Test/Html Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class HtmlWrapper extends Wrapper
13
13
{
14
14
const FILE_EXTENSION = 'html ' ;
15
15
16
- private const TOKENIZER = 'PHP ' ;
16
+ const TOKENIZER = 'PHP ' ;
17
17
18
18
/**
19
19
* @inheritDoc
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class LiveCodeTest extends TestCase
27
27
*
28
28
* @return void
29
29
*/
30
- public static function setUpBeforeClass (): void
30
+ public static function setUpBeforeClass ()
31
31
{
32
32
self ::$ reportDir = BP . '/dev/tests/static/report ' ;
33
33
if (!is_dir (self ::$ reportDir )) {
@@ -40,7 +40,7 @@ public static function setUpBeforeClass(): void
40
40
*
41
41
* @return void
42
42
*/
43
- public function testCodeStyle (): void
43
+ public function testCodeStyle ()
44
44
{
45
45
$ reportFile = self ::$ reportDir . '/html_report.txt ' ;
46
46
$ wrapper = new CodeSniffer \HtmlWrapper ();
You can’t perform that action at this time.
0 commit comments