This commit is contained in:
Dominik Bonsch 2013-02-09 12:18:30 +01:00
parent 4771c30ef1
commit 94967a7cf9

View File

@ -545,7 +545,7 @@ class PHPExcel_Style extends PHPExcel_Style_Supervisor implements PHPExcel_IComp
/** /**
* Set Conditional Styles. Only used on supervisor. * Set Conditional Styles. Only used on supervisor.
* *
* @param PHPExcel_Style_Conditional[] $pValue Array of condtional styles * @param PHPExcel_Style_Conditional[] $pValue Array of condtional styles
* @return PHPExcel_Style * @return PHPExcel_Style
*/ */
public function setConditionalStyles($pValue = null) public function setConditionalStyles($pValue = null)
@ -569,7 +569,7 @@ class PHPExcel_Style extends PHPExcel_Style_Supervisor implements PHPExcel_IComp
/** /**
* Get hash code * Get hash code
* *
* @return string Hash code * @return string Hash code
*/ */
public function getHashCode() public function getHashCode()
{ {