Standardize the use import statements

This commit is contained in:
Zach Borboa
2020-04-17 18:47:59 -07:00
parent 2c6d228f58
commit ea66e3bfb9
84 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ require __DIR__ . '/../vendor/autoload.php';
// Note: The server needs to send a content-length header for progress to work.
use \Curl\Curl;
use Curl\Curl;
$curl = new Curl();
$curl->progress(function ($client, $download_size, $downloaded, $upload_size, $uploaded) {