Fixed silly missing ; typo
This commit is contained in:
parent
ea18123aea
commit
b6e09de195
@ -377,7 +377,7 @@ class PHPExcel_Cell
|
|||||||
*/
|
*/
|
||||||
public function isFormula()
|
public function isFormula()
|
||||||
{
|
{
|
||||||
return $this->_dataType == PHPExcel_Cell_DataType::TYPE_FORMULA
|
return $this->_dataType == PHPExcel_Cell_DataType::TYPE_FORMULA;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user