<?php namespace League\CommonMark\Block\Element; /** * @deprecated Use InlineContainerInterface instead */ interface InlineContainer extends InlineContainerInterface { }