Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
1 | <?php |
2 | namespace Apie\StorageMetadataBuilder\Interfaces; |
3 | |
4 | /** |
5 | * This marker interface is added to make sure it 's a root entity, so the one that could be referenced from an |
6 | * Apie domain object. |
7 | */ |
8 | interface RootObjectInterface |
9 | { |
10 | } |