Skip to content

Commit

Permalink
[ECP-9078] PHPCS ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Feb 18, 2025
1 parent 6dd4f93 commit f19d0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Unit/Gateway/Request/RefundDataBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public function testBuild(
]);
}

// @codingStandardsIgnoreLine
// phpcs:ignore
$orderPaymentCollectionMock->method('getIterator')->willReturn(new \ArrayObject($objectArray));
}

Expand Down

0 comments on commit f19d0c0

Please sign in to comment.