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