Skip to content

Commit

Permalink
Merge pull request #173 from magento-commerce/imported-fredden-magent…
Browse files Browse the repository at this point in the history
…o-coding-standard-383

[Imported] Fix warnings detected by phpcs & phpunit
  • Loading branch information
sivaschenko authored Apr 22, 2022
2 parents 8085e03 + 0ebb019 commit 1109817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Magento2/Tests/PHPCompatibility/BaseSniffTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @since 9.0.0 Dropped support for PHP_CodeSniffer 1.x.
* @since 10.0.0 Updated for preliminary support of PHP_CodeSniffer 4.
*/
class BaseSniffTest extends TestCase
abstract class BaseSniffTest extends TestCase
{

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getErrorList()
*/
public function getWarningList()
{
return [
return [
6 => 1,
7 => 1,
14 => 1,
Expand Down

0 comments on commit 1109817

Please sign in to comment.