Skip to content

Commit 4a7e760

Browse files
committed
Merge branch 'master' of github.com:php-cache/adapter-bundle
2 parents 2d83bff + 5ef92f1 commit 4a7e760

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/DependencyInjection/CompilerPass/ServiceAliasCompilerPass.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

1212
namespace Cache\AdapterBundle\DependencyInjection\CompilerPass;
@@ -21,7 +21,6 @@
2121
*/
2222
class ServiceAliasCompilerPass implements CompilerPassInterface
2323
{
24-
2524
/**
2625
* You can modify the container here before it is dumped to PHP code.
2726
*

0 commit comments

Comments
 (0)