Skip to content

Commit 0ebb019

Browse files
committed
Fix errors detected by phpcs & phpunit
1 parent 470f7a6 commit 0ebb019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Magento2/Tests/PHPCompatibility/BaseSniffTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @since 9.0.0 Dropped support for PHP_CodeSniffer 1.x.
3030
* @since 10.0.0 Updated for preliminary support of PHP_CodeSniffer 4.
3131
*/
32-
class BaseSniffTest extends TestCase
32+
abstract class BaseSniffTest extends TestCase
3333
{
3434

3535
/**

Magento2/Tests/PHPCompatibility/ForbiddenFinalPrivateMethodsUnitTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getErrorList()
3737
*/
3838
public function getWarningList()
3939
{
40-
return [
40+
return [
4141
6 => 1,
4242
7 => 1,
4343
14 => 1,

0 commit comments

Comments
 (0)