Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
20 | class ExtensionDraft extends JsonObject |
||
21 | { |
||
22 | 5 | public function fieldDefinitions() |
|
28 | ]; |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param Destination $destination |
||
33 | * @param TriggerCollection $triggers |
||
34 | * @param Context|callable $context |
||
35 | * @return ExtensionDraft |
||
36 | */ |
||
37 | 4 | public static function ofDestinationAndTriggers( |
|
45 |