* @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */ namespace phpDocumentor\Reflection\DocBlock\Tags\Reference; /** * Interface for references in {@see phpDocumentor\Reflection\DocBlock\Tags\See} */ interface Reference { public function __toString(); }