Fixed silly missing ; typo

This commit is contained in:
Mark Baker 2013-10-13 11:54:24 +01:00
parent ea18123aea
commit b6e09de195

View File

@ -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;
} }
/** /**