Total Complexity | 4 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class FindFileDiffStartState implements State |
||
16 | { |
||
17 | /** |
||
18 | * @var FileMutationsBuilder |
||
19 | */ |
||
20 | private $fileMutationsBuilder; |
||
21 | |||
22 | /** |
||
23 | * FindFileDiffStartState constructor. |
||
24 | */ |
||
25 | public function __construct(FileMutationsBuilder $fileMutationsBuilder) |
||
28 | } |
||
29 | |||
30 | public function processLine(string $line): State |
||
37 | } |
||
38 | |||
39 | public function finish(): void |
||
44 |