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
+1 -1
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
}
}
}