public function Diff::getTo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/sebastian/diff/src/Diff.php \SebastianBergmann\Diff\Diff::getTo()
Return value
string
File
- vendor/
sebastian/ diff/ src/ Diff.php, line 61
Class
- Diff
- @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 getTo() {
return $this->to;
}