Chris@0: Chris@0: * Chris@0: * For the full copyright and license information, please view the LICENSE Chris@0: * file that was distributed with this source code. Chris@0: */ Chris@0: Chris@0: namespace Symfony\Component\HttpKernel\DependencyInjection; Chris@0: Chris@14: @trigger_error('The '.__NAMESPACE__.'\AddClassesToCachePass class is deprecated since Symfony 3.3 and will be removed in 4.0.', E_USER_DEPRECATED); Chris@0: Chris@0: /** Chris@0: * Sets the classes to compile in the cache for the container. Chris@0: * Chris@0: * @author Fabien Potencier Chris@14: * Chris@14: * @deprecated since version 3.3, to be removed in 4.0. Chris@0: */ Chris@14: class AddClassesToCachePass extends AddAnnotatedClassesToCachePass Chris@0: { Chris@0: }