fixing @return tags for phpdocumentor

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@120528 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xavier Noguer Gallego 2003-03-17 23:50:33 +00:00
parent 709b859f13
commit 1475ab4b17
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ class Spreadsheet_Excel_Writer extends Workbook
* The constructor. It just creates a Workbook
*
* @param string $filename The optional filename for the Workbook.
* @return object The Workbook created
* @return Workbook The Workbook created
*/
function Spreadsheet_Excel_Writer($filename = '')
{

View File

@ -224,7 +224,7 @@ class Workbook extends BIFFwriter
*
* @access public
* @param string $name the optional name of the worksheet
* @return &object reference to a worksheet object
* @return &Worksheet reference to a worksheet object
*/
function &addWorksheet($name = '')
{
@ -264,7 +264,7 @@ class Workbook extends BIFFwriter
*
* @access public
* @param array $properties array with properties for initializing the format (see Format.php)
* @return &object reference to an XF format
* @return &Format reference to an XF format
*/
function &addFormat($properties = array())
{