Use strict types

This commit is contained in:
Zach Borboa
2021-07-26 00:48:18 -04:00
parent 6ceabf7293
commit bb1a190071
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
namespace CurlTest;