From 3cbbcd87d59eb363b57f74afa037fdb2a1164d30 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Mon, 30 May 2011 22:26:55 +0000 Subject: [PATCH] Update to phpdoc comments git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@74698 2327b42d-5241-43d6-9e2a-de5ac946f064 --- Classes/PHPExcel/Cell.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/PHPExcel/Cell.php b/Classes/PHPExcel/Cell.php index 4d2678a..7a05ab3 100644 --- a/Classes/PHPExcel/Cell.php +++ b/Classes/PHPExcel/Cell.php @@ -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