master
<?php declare(strict_types=1); namespace Stellar\Common\Contracts; interface InvokableInterface { public function __invoke(); }