Skip to content

Commit

Permalink
suppress ExcessiveMethodLength notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudolf Vince committed May 13, 2020
1 parent 935bdfa commit f474439
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ class CartTest extends TestCase
/** @var Product|MockObject */
protected $product;

// phpcs:ignore Generic.Files.LineLength.TooLong
/**
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
protected function setUp(): void
{
$this->request = $this->getMockBuilder(RequestInterface::class)
Expand Down

0 comments on commit f474439

Please sign in to comment.