1 | <?php |
||
11 | class PhpMdStub implements RandomStubInterface |
||
12 | { |
||
13 | /** |
||
14 | * @param Undefined $undefined |
||
15 | * @param Enabled $enabled |
||
16 | * @param PhpMdOptions $options |
||
17 | * |
||
18 | * @return PhpMd |
||
19 | */ |
||
20 | public static function create(Undefined $undefined, Enabled $enabled, PhpMdOptions $options) |
||
24 | |||
25 | /** |
||
26 | * @return PhpMd |
||
27 | */ |
||
28 | public static function random() |
||
32 | |||
33 | /** |
||
34 | * @return PhpMd |
||
35 | */ |
||
36 | public static function createEnabled() |
||
40 | } |
||
41 |