bootstrap-8.x-3.23/src/BcSupport/BcAliasedInterface.php
src/BcSupport/BcAliasedInterface.php
<?php
namespace Drupal\bootstrap\BcSupport;
/**
* Provides a blank interface for BC interfaces when no suitable one exists.
*
* @deprecated in bootstrap:8.x-3.22 and is removed from bootstrap:5.0.0.
* No replacement.
* @see https://www.drupal.org/project/bootstrap/issues/3096963
*/
interface BcAliasedInterface {
}
