Skip to content

Fix warnings detected by phpcs & phpunit #383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Magento2/Tests/PHPCompatibility/BaseSniffTest.php
Original file line number Diff line number Diff line change
@@ -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
{

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