<?php

/**
 * License Info
 *
 * This is a test File docblock
 *
 * @author Ralph Schindler
 */

namespace LaminasTest\Code\Reflection\TestAsset;

interface TestSampleInterface
{

}
