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
2namespace Apie\StorageMetadataBuilder\Interfaces;
3
4/**
5 * Method is not part of interface because of Doctrine proxies,
6 * but this should be the constructor.
7 *
8 * @method __construct(mixed $input)
9 */
10interface MixedStorageInterface
11{
12    public function toOriginalObject(): mixed;
13}