Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class External extends Data { |
||
21 | |||
22 | /** |
||
23 | * @var Task |
||
24 | */ |
||
25 | protected $task; |
||
26 | |||
27 | public function __construct (Task $task, array $data = []) { |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Marks the task's `external` diff. |
||
34 | * |
||
35 | * @param string $key |
||
36 | * @param mixed $value |
||
37 | * @return $this |
||
38 | */ |
||
39 | protected function _set (string $key, $value) { |
||
44 | } |