enable strict types in PHP

This commit is contained in:
El RIDO 2024-06-04 07:13:55 +02:00
parent b9d24b74b3
commit cebc9acce6
49 changed files with 50 additions and 50 deletions

View file

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
use Identicon\Identicon;
use PHPUnit\Framework\TestCase;