mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 21:29:04 +00:00
Use strict types
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
$server_start = microtime(true);
|
||||
|
||||
// Prevent direct access unless testing.
|
||||
|
||||
Reference in New Issue
Block a user