<?php

namespace Symfony\Contracts\Service;

interface ServiceSubscriberInterface
{
}
