Skip to content

Commit f5317d2

Browse files
committed
Added Ignoring coding standard error
1 parent 0e68759 commit f5317d2

File tree

1 file changed

+1
-0
lines changed
  • lib/internal/Magento/Framework/HTTP/Adapter

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/HTTP/Adapter/Curl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ public function connect($host, $port = 80, $secure = false)
159159
* @param string $body
160160
* @return string Request as text
161161
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
162+
* @codingStandardsIgnoreLine
162163
*/
163164
public function write($method, $url, $http_ver = '1.1', $headers = [], $body = '')
164165
{

0 commit comments

Comments
 (0)