. */ declare(strict_types=1); namespace SP\Tests; use Attribute; /** * Class InjectVault */ #[Attribute(Attribute::TARGET_CLASS)] final class InjectVault { }