Skip to content

Commit

Permalink
Unnecessary code deletion
Browse files Browse the repository at this point in the history
Co-authored-by: Naoki Tsuchiya <[email protected]>
  • Loading branch information
koriym and NaokiTsuchiya authored May 23, 2024
1 parent c7f4af1 commit 11808fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HttpRequestCurl.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
use const CURLOPT_RETURNTRANSFER;
use const CURLOPT_URL;

Check failure on line 31 in src/HttpRequestCurl.php

View workflow job for this annotation

GitHub Actions / cs / Coding Standards

Expected 1 line after last use statement, found 2.

Check failure on line 31 in src/HttpRequestCurl.php

View workflow job for this annotation

GitHub Actions / cs / Coding Standards

Header blocks must be separated by a single blank line

// ... Other code is omitted for brevity

/**
* Sends a HTTP request using cURL
Expand Down

0 comments on commit 11808fe

Please sign in to comment.