combined assignment operator

This commit is contained in:
Diego Souza 2019-09-22 21:56:41 -03:00 committed by Adrien Crivelli
parent d2cb2a0d1a
commit ba735e21d6
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 1 deletions

View File

@ -3046,7 +3046,7 @@ class Worksheet implements IComparable
}
}
$pValue = $pValue . '_' . $i; // ok, we have a valid name
$pValue .= '_' . $i; // ok, we have a valid name
}
}
}