Changeset View
Changeset View
Standalone View
Standalone View
src/parser/diff/ArcanistDiffChange.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Represents a change to an individual path. | * Represents a change to an individual path. | ||||
| * | |||||
| * @group diff | |||||
| */ | */ | ||||
| final class ArcanistDiffChange { | final class ArcanistDiffChange { | ||||
| protected $metadata = array(); | protected $metadata = array(); | ||||
| protected $oldPath; | protected $oldPath; | ||||
| protected $currentPath; | protected $currentPath; | ||||
| protected $awayPaths = array(); | protected $awayPaths = array(); | ||||
| ▲ Show 20 Lines • Show All 299 Lines • Show Last 20 Lines | |||||