public function visitLeftValueMissingResult(LeftValueMissingResult $result) { $this->buffer->add($result->getMatched(), $this->formatAsRow(ComparisonResult::NOT_PRESENT, $result->getRight()), LeftValueMissingResult::getMarker()); }
public function visitLeftValueMissingResult(LeftValueMissingResult $result) { $this->updateLeftWidth(strlen(ComparisonResult::NOT_PRESENT)); $this->updateRightWidth($this->computeWidth($result->getRight())); }