We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d83bff + 5ef92f1 commit 4a7e760Copy full SHA for 4a7e760
1 file changed
src/DependencyInjection/CompilerPass/ServiceAliasCompilerPass.php
@@ -1,12 +1,12 @@
1
<?php
2
3
/*
4
- * This file is part of cache-bundle.
+ * This file is part of php-cache organization.
5
*
6
- * (c) Aaron Scherer <aequasi@gmail.com>
+ * (c) 2015 Aaron Scherer <aequasi@gmail.com>, Tobias Nyholm <tobias.nyholm@gmail.com>
7
8
- * This source file is subject to the license that is bundled
9
- * with this source code in the file LICENSE
+ * This source file is subject to the MIT license that is bundled
+ * with this source code in the file LICENSE.
10
*/
11
12
namespace Cache\AdapterBundle\DependencyInjection\CompilerPass;
@@ -21,7 +21,6 @@
21
22
class ServiceAliasCompilerPass implements CompilerPassInterface
23
{
24
-
25
/**
26
* You can modify the container here before it is dumped to PHP code.
27
0 commit comments