mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-24 09:09:22 +00:00
Ensure that signature of bindParent() in style class overrides matches the signature of bindParent() in the supervisor
This commit is contained in:
@@ -68,7 +68,7 @@ abstract class PHPExcel_Style_Supervisor
|
||||
* @param PHPExcel $parent
|
||||
* @return PHPExcel_Style_Supervisor
|
||||
*/
|
||||
public function bindParent($parent)
|
||||
public function bindParent($parent, $parentPropertyName=NULL)
|
||||
{
|
||||
$this->_parent = $parent;
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user