replace php > 5.4 code
This commit is contained in:
parent
caa080f103
commit
482c6efdd9
@ -172,7 +172,7 @@ class Swift_CharacterStream_ArrayCharacterStream implements Swift_CharacterStrea
|
|||||||
}
|
}
|
||||||
$this->offset += ($i - $this->offset); // Limit function calls
|
$this->offset += ($i - $this->offset); // Limit function calls
|
||||||
|
|
||||||
return array_merge(...$arrays);
|
return call_user_func_array('array_merge', $arrays);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user