Completed
Pull Request — develop (#116)
by
unknown
19:23
created
src/PhpSpreadsheet/Cell.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
      */
220 220
     public function addValue($pValue = null, $breakLine = false)
221 221
     {
222
-        $pValue = $breakLine ? "\n". $pValue : $pValue;
222
+        $pValue = $breakLine ? "\n" . $pValue : $pValue;
223 223
 
224 224
         $this->setValue($this->getValue() . $pValue);
225 225
 
Please login to merge, or discard this patch.