add strict_types

This commit is contained in:
ghost 2023-12-05 23:33:22 +02:00
parent b4db7c5aee
commit 2ff2b02fcf

View File

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
namespace Kevachat\Kevacoin; namespace Kevachat\Kevacoin;
class Client class Client