| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | abstract class AbstractAnnotatedObjectType extends AbstractObjectType |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var RegistryInterface |
||
| 15 | */ |
||
| 16 | private $registry; |
||
| 17 | |||
| 18 | public function __construct(RegistryInterface $registry) |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param ObjectTypeConfig $config |
||
| 26 | */ |
||
| 27 | public function build($config) |
||
| 32 | } |
||
| 33 | } |