Skip to content

Commit 613edfc

Browse files
committed
fix static tests
1 parent c885c9f commit 613edfc

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ protected function makeRequest($method, $uri, $params = [])
423423
*/
424424
public function doError($string)
425425
{
426+
// hpcs:ignore Magento2.Exceptions.DirectThrow
426427
throw new \Exception($string);
427428
}
428429

0 commit comments

Comments
 (0)