From ab28bc319dcd0255304846270e425a324d55528f Mon Sep 17 00:00:00 2001 From: mrjemson Date: Fri, 22 Apr 2022 23:19:38 +1000 Subject: [PATCH] Added missing line break --- src/SimpleXLSXGen.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SimpleXLSXGen.php b/src/SimpleXLSXGen.php index 8a90044..6e5e0ab 100644 --- a/src/SimpleXLSXGen.php +++ b/src/SimpleXLSXGen.php @@ -575,7 +575,8 @@ class SimpleXLSXGen { } if ( $cv === false ) { $this->SI[] = $v; - $cv = count( $this->SI ) - 1; $this->SI_KEYS[ $skey ] = $cv; + $cv = count( $this->SI ) - 1; + $this->SI_KEYS[ $skey ] = $cv; $this->SI_KEYS[ $skey ] = $cv; } }