|
|
@@ -131,9 +131,9 @@ EOS;
|
|
|
<?php
|
|
|
/**
|
|
|
* File header here
|
|
|
- *
|
|
|
+ *
|
|
|
* @author Ralph Schindler <ralph.schindler@zend.com>
|
|
|
- *
|
|
|
+ *
|
|
|
*/
|
|
|
|
|
|
|
|
|
@@ -141,18 +141,18 @@ EOS;
|
|
|
|
|
|
/**
|
|
|
* class docblock
|
|
|
- *
|
|
|
+ *
|
|
|
* @package Zend_Reflection_TestSampleSingleClass
|
|
|
- *
|
|
|
+ *
|
|
|
*/
|
|
|
class Zend_Reflection_TestSampleSingleClass
|
|
|
{
|
|
|
|
|
|
/**
|
|
|
* Enter description here...
|
|
|
- *
|
|
|
+ *
|
|
|
* @return bool
|
|
|
- *
|
|
|
+ *
|
|
|
*/
|
|
|
public function someMethod()
|
|
|
{
|