Exemplo n.º 1
0
 public function visitRightValueMissingResult(RightValueMissingResult $result)
 {
     $this->buffer->add($result->getMatched(), $this->formatAsRow($result->getLeft(), ComparisonResult::NOT_PRESENT), RightValueMissingResult::getMarker());
 }