Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | protected function createDocument(DocumentData $data) |
||
26 | { |
||
27 | $agent = new Agent('mailto:[email protected]'); |
||
28 | $activity = new Activity('activity-id'); |
||
29 | |||
30 | return new StateDocument(new State($activity, $agent, 'state-id'), $data); |
||
31 | } |
||
32 | } |
||
33 |