Enable strict typing across the codebase and tests

This commit is contained in:
Ramon Caballero 2026-04-09 16:29:51 +01:00
parent 38304ed045
commit d3ba8eedfe
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
require_once __DIR__ . '/../vendor/autoload.php'; require_once __DIR__ . '/../vendor/autoload.php';
use Dotenv\Dotenv; use Dotenv\Dotenv;

View File

@ -1,3 +1,5 @@
<?php <?php
declare(strict_types=1);
require __DIR__ . '/../vendor/autoload.php'; require __DIR__ . '/../vendor/autoload.php';