@@ -885,7 +885,7 @@ discard block |
||
885 | 885 | // Until this can be re-designed, we need this assertion to help static analysis tools. |
886 | 886 | assert($this->current_element instanceof ReportBaseElement, new LogicException()); |
887 | 887 | |
888 | - $this->wt_report = array_pop($this->wt_report_stack); |
|
888 | + $this->wt_report = array_pop($this->wt_report_stack); |
|
889 | 889 | $this->wt_report->addElement($this->current_element); |
890 | 890 | } |
891 | 891 | |
@@ -1559,7 +1559,7 @@ discard block |
||
1559 | 1559 | } elseif ($id === 'generation') { |
1560 | 1560 | $value = '"' . $this->generation . '"'; |
1561 | 1561 | } elseif ($id === 'kekule_number') { |
1562 | - $value = '"' . $this->kekule_number .'"'; |
|
1562 | + $value = '"' . $this->kekule_number . '"'; |
|
1563 | 1563 | } else { |
1564 | 1564 | $level = (int) explode(' ', trim($this->gedrec))[0]; |
1565 | 1565 | if ($level === 0) { |