stellar-php/stellar

View on GitHub
src/Common/Contracts/InvokableInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

namespace Stellar\Common\Contracts;

interface InvokableInterface
{
    public function __invoke();
}