Fixed Code Style

This commit is contained in:
yiranzai 2020-05-27 20:41:01 +08:00 committed by Adrien Loison
parent df9d96366f
commit 03e1ce438a

View File

@ -160,7 +160,7 @@ abstract class WriterAbstract implements WriterInterface
*
* @see https://github.com/box/spout/issues/745
*/
foreach ($headers as $header){
foreach ($headers as $header) {
$this->globalFunctionsHelper->header($header);
}