Skip to content
Snippets Groups Projects
Commit 5aab4f4b authored by Darlington's avatar Darlington
Browse files

implement strict types

parent 119c2c81
No related branches found
No related tags found
No related merge requests found
Pipeline #3253 failed
<?php
<?php declare(strict_types=1);
namespace LidoNation\Adapayments;
......
<?php
<?php declare(strict_types=1);
namespace LidoNation\Adapayments;
......
<?php
<?php declare(strict_types=1);
use LidoNation\Adapayments\App\Services\AdaUsdQuoteService;
......
<?php
<?php declare(strict_types=1);
const BASE_PATH = __DIR__.'/../';
require BASE_PATH.'vendor/autoload.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment