mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-31 12:40:00 +00:00
Update to phpdoc comments
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@74698 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
@@ -209,7 +209,7 @@ class PHPExcel_Cell
|
||||
/**
|
||||
* Set cell value
|
||||
*
|
||||
* This clears the cell formula.
|
||||
* Sets the value for a cell, automatically determining the datatype using the value binder
|
||||
*
|
||||
* @param mixed $pValue Value
|
||||
* @return PHPExcel_Cell
|
||||
@@ -223,7 +223,7 @@ class PHPExcel_Cell
|
||||
}
|
||||
|
||||
/**
|
||||
* Set cell value (with explicit data type given)
|
||||
* Set the value for a cell, with the explicit data type passed to the method (bypassing any use of the value binder)
|
||||
*
|
||||
* @param mixed $pValue Value
|
||||
* @param string $pDataType Explicit data type
|
||||
|
||||
Reference in New Issue
Block a user