diff --git a/Test/Unit/Gateway/Request/RefundDataBuilderTest.php b/Test/Unit/Gateway/Request/RefundDataBuilderTest.php index db231d540..163b0f648 100644 --- a/Test/Unit/Gateway/Request/RefundDataBuilderTest.php +++ b/Test/Unit/Gateway/Request/RefundDataBuilderTest.php @@ -252,7 +252,7 @@ public function testBuild( ]); } - // @codingStandardsIgnoreLine + // phpcs:ignore $orderPaymentCollectionMock->method('getIterator')->willReturn(new \ArrayObject($objectArray)); }