return true;
}
- protected function _baseReplicate(?array $except)
+ protected function _baseReplicate(?array $except=null)
{
$current = $this;
if ($this->syncFromWorkshop()) {
return $new;
}
- public function replicateFull(?array $except)
+ public function replicateFull(?array $except=null)
{
$new = $this->_baseReplicate($except);
if (!$this->composition_fluidbook && $this->version >= 3) {
return $new;
}
- public function replicateSettings(?array $except)
+ public function replicateSettings(?array $except=null)
{
$new = $this->_baseReplicate(array_merge($except ?? [], ['composition']));
$new->composition = [];