Skip to content

Commit f5c6a41

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-99413: Update symfony/console dependency
1 parent 6efdeab commit f5c6a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/static/testsuite/Magento/Test/Html/LiveCodeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class LiveCodeTest extends TestCase
2727
*
2828
* @return void
2929
*/
30-
public static function setUpBeforeClass(): void
30+
public static function setUpBeforeClass()
3131
{
3232
self::$reportDir = BP . '/dev/tests/static/report';
3333
if (!is_dir(self::$reportDir)) {
@@ -40,7 +40,7 @@ public static function setUpBeforeClass(): void
4040
*
4141
* @return void
4242
*/
43-
public function testCodeStyle(): void
43+
public function testCodeStyle()
4444
{
4545
$reportFile = self::$reportDir . '/html_report.txt';
4646
$wrapper = new CodeSniffer\HtmlWrapper();

0 commit comments

Comments
 (0)