You are here

public function Chunk::getStartRange in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/sebastian/diff/src/Chunk.php \SebastianBergmann\Diff\Chunk::getStartRange()

Return value

int

File

vendor/sebastian/diff/src/Chunk.php, line 74

Class

Chunk
@package Diff @author Sebastian Bergmann <sebastian@phpunit.de> @author Kore Nordmann <mail@kore-nordmann.de> @copyright Sebastian Bergmann <sebastian@phpunit.de> @license …

Namespace

SebastianBergmann\Diff

Code

public function getStartRange() {
  return $this->startRange;
}