Skip to content

Commit 2da2d49

Browse files
committed
fix typo
1 parent 613edfc commit 2da2d49

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)