@@ -121,8 +121,7 @@ |
||
| 121 | 121 | */ |
| 122 | 122 | public function main() |
| 123 | 123 | { |
| 124 | - $fail = $this->nestedConditionPresent() ? $this->testNestedCondition() : |
|
| 125 | - $this->testIfCondition() && $this->testUnlessCondition(); |
|
| 124 | + $fail = $this->nestedConditionPresent() ? $this->testNestedCondition() : $this->testIfCondition() && $this->testUnlessCondition(); |
|
| 126 | 125 | |
| 127 | 126 | if ($fail) { |
| 128 | 127 | $text = null; |
@@ -581,7 +581,7 @@ |
||
| 581 | 581 | } |
| 582 | 582 | |
| 583 | 583 | $subprojRefKeys[] = $refid; |
| 584 | - unset($this->references[$i]);//thisReferences.remove(refid); |
|
| 584 | + unset($this->references[$i]); //thisReferences.remove(refid); |
|
| 585 | 585 | $toRefid = $ref->getToRefid(); |
| 586 | 586 | if ($toRefid === null) { |
| 587 | 587 | $toRefid = $refid; |