File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/DependencyInjection/CompilerPass Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11<?php
22
33/*
4- * This file is part of cache-bundle .
4+ * This file is part of php-cache organization .
55 *
6- * (c) Aaron Scherer <[email protected] > 6+ * (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm @gmail.com>
77 *
8- * This source file is subject to the license that is bundled
9- * with this source code in the file LICENSE
8+ * This source file is subject to the MIT license that is bundled
9+ * with this source code in the file LICENSE.
1010 */
1111
1212namespace Cache \AdapterBundle \DependencyInjection \CompilerPass ;
2121 */
2222class ServiceAliasCompilerPass implements CompilerPassInterface
2323{
24-
2524 /**
2625 * You can modify the container here before it is dumped to PHP code.
2726 *
You can’t perform that action at this time.
0 commit comments