Skip to content

Commit 5cf60ed

Browse files
Make it compatible with 2.4
1 parent cfcc3c0 commit 5cf60ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

magento-mess-detector/PhpmdRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class PhpmdRunner extends \PHPUnit\Framework\TestCase
3131
*
3232
* @return void
3333
*/
34-
public static function setUpBeforeClass()
34+
public static function setUpBeforeClass(): void
3535
{
3636
self::$pathToSource = BP;
3737
self::$reportDir = self::$pathToSource . '/dev/tests/static/report';

magento-phpstan/PhpStanRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class PhpStanRunner extends \PHPUnit\Framework\TestCase
3030
*
3131
* @return void
3232
*/
33-
public static function setUpBeforeClass()
33+
public static function setUpBeforeClass(): void
3434
{
3535
self::$pathToSource = BP;
3636
self::$reportDir = self::$pathToSource . '/dev/tests/static/report';

0 commit comments

Comments
 (0)