8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
14 lines
153 B
PHP
14 lines
153 B
PHP
<?php
|
|
/**
|
|
* License Info
|
|
*
|
|
* This is a test File docblock
|
|
*
|
|
* @author Ralph Schindler
|
|
*/
|
|
|
|
interface Zend_Reflection_TestSampleInterface
|
|
{
|
|
|
|
}
|
|
|