Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| <?php | |
| namespace ClassConfig\Annotation; | |
| /** | |
| * Interface ConfigEntryTypeHintInterface | |
| * @package ClassConfig\Annotation | |
| */ | |
| interface ConfigEntryTypeHintInterface extends ConfigEntryInterface | |
| { | |
| /** | |
| * @return string | |
| */ | |
| public function getType(): string; | |
| } |