imponeer/extension-info-contracts

View on GitHub
src/Elements/InlineLinkInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php


namespace Imponeer\Contracts\ExtensionInfo\Elements;

/**
 * Defines inline link
 *
 * @package Imponeer\Contracts\ExtensionInfo\Elements
 */
interface InlineLinkInterface
{

}