Skip to content

Commit e43e45f

Browse files
committed
fix static
1 parent b5463b8 commit e43e45f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/HTTP/Test/Unit/Client/_files/curl_exec_mock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function curl_exec($resource)
2626
*/
2727
class CurlMock extends Curl
2828
{
29+
// @codingStandardsIgnoreStart
2930
/**
3031
* Unfortunately, it is necessary for the tests to set this function public.
3132
*
@@ -38,6 +39,7 @@ public function parseHeaders($ch, $data)
3839
{
3940
return parent::parseHeaders($ch, $data);
4041
}
42+
// @codingStandardsIgnoreEnd
4143

4244
/**
4345
* Return Curl resource, only used for testing.

0 commit comments

Comments
 (0)