mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-31 12:40:00 +00:00
combined assignment operator
This commit is contained in:
committed by
Adrien Crivelli
parent
d2cb2a0d1a
commit
ba735e21d6
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user