We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efdeab commit f5c6a41Copy full SHA for f5c6a41
dev/tests/static/testsuite/Magento/Test/Html/LiveCodeTest.php
@@ -27,7 +27,7 @@ class LiveCodeTest extends TestCase
27
*
28
* @return void
29
*/
30
- public static function setUpBeforeClass(): void
+ public static function setUpBeforeClass()
31
{
32
self::$reportDir = BP . '/dev/tests/static/report';
33
if (!is_dir(self::$reportDir)) {
@@ -40,7 +40,7 @@ public static function setUpBeforeClass(): void
40
41
42
43
- public function testCodeStyle(): void
+ public function testCodeStyle()
44
45
$reportFile = self::$reportDir . '/html_report.txt';
46
$wrapper = new CodeSniffer\HtmlWrapper();
0 commit comments