public function Chunk::getStart in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/sebastian/diff/src/Chunk.php \SebastianBergmann\Diff\Chunk::getStart()
Return value
int
File
- vendor/
sebastian/ diff/ src/ Chunk.php, line 66
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\DiffCode
public function getStart() {
return $this->start;
}