Browse Source

add strict_types

main
ghost 12 months ago
parent
commit
2ff2b02fcf
  1. 2
      src/Client.php

2
src/Client.php

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

Loading…
Cancel
Save