1 | <?php |
||
9 | class GitIgnoreDataResponseStub implements RandomStubInterface |
||
10 | { |
||
11 | /** |
||
12 | * @param string $value |
||
13 | * |
||
14 | * @return GitIgnoreDataResponse |
||
15 | */ |
||
16 | public static function create($value) |
||
20 | |||
21 | /** |
||
22 | * @return GitIgnoreDataResponse |
||
23 | */ |
||
24 | public static function random() |
||
28 | |||
29 | /** |
||
30 | * @return GitIgnoreDataResponse |
||
31 | */ |
||
32 | public static function randomWithGuardCoverage() |
||
38 | } |
||
39 |