15 lines
153 B
PHP
15 lines
153 B
PHP
|
<?php
|
||
|
/**
|
||
|
* License Info
|
||
|
*
|
||
|
* This is a test File docblock
|
||
|
*
|
||
|
* @author Ralph Schindler
|
||
|
*/
|
||
|
|
||
|
interface Zend_Reflection_TestSampleInterface
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|