51 public function __construct(
int $updatedLines = 0,
int $skipped = 0, array $conflicts = array(), array $warnings = array())
53 $this->updatedLines = $updatedLines;
54 $this->skipped = $skipped;
55 $this->conflicts = $conflicts;
56 $this->warnings = $warnings;