We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcc3c0 commit 5cf60edCopy full SHA for 5cf60ed
magento-mess-detector/PhpmdRunner.php
@@ -31,7 +31,7 @@ class PhpmdRunner extends \PHPUnit\Framework\TestCase
31
*
32
* @return void
33
*/
34
- public static function setUpBeforeClass()
+ public static function setUpBeforeClass(): void
35
{
36
self::$pathToSource = BP;
37
self::$reportDir = self::$pathToSource . '/dev/tests/static/report';
magento-phpstan/PhpStanRunner.php
@@ -30,7 +30,7 @@ class PhpStanRunner extends \PHPUnit\Framework\TestCase
30
0 commit comments