<?php

declare(strict_types=1);

namespace Drupal\Component\Discovery;

/**
 * Defines an empty trait that can stand in for a missing trait.
 *
 * @internal
 */
trait StubTrait {}
