Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class MockDataObjectAnnotator extends DataObjectAnnotator implements TestOnly |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * @param $fileContent |
||
18 | * @param $className |
||
19 | * |
||
20 | * @return mixed |
||
21 | * @throws \ReflectionException |
||
22 | */ |
||
23 | public function getGeneratedFileContent($fileContent, $className) |
||
24 | { |
||
25 | return parent::getGeneratedFileContent($fileContent, $className); |
||
26 | } |
||
29 |