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