Skip to content

Commit af43b39

Browse files
authored
Merge pull request #1661 from XWB/header-fix
Removed duplicate header comments
2 parents f717470 + a2f7424 commit af43b39

File tree

9 files changed

+0
-81
lines changed

9 files changed

+0
-81
lines changed

src/Configuration/IndexConfig.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
/**
13-
* This file is part of the FOSElasticaBundle project.
14-
*
15-
* (c) Tim Nagel <[email protected]>
16-
*
17-
* For the full copyright and license information, please view the LICENSE
18-
* file that was distributed with this source code.
19-
*/
20-
2112
namespace FOS\ElasticaBundle\Configuration;
2213

2314
class IndexConfig implements IndexConfigInterface

tests/Functional/ClientTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
/**
13-
* This file is part of the FOSElasticaBundle project.
14-
*
15-
* (c) Tim Nagel <[email protected]>
16-
*
17-
* This source file is subject to the MIT license that is bundled
18-
* with this source code in the file LICENSE.
19-
*/
20-
2112
namespace FOS\ElasticaBundle\Tests\Functional;
2213

2314
use Elastica\Connection\Strategy\RoundRobin;

tests/Functional/ConfigurationManagerTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
/**
13-
* This file is part of the FOSElasticaBundle project.
14-
*
15-
* (c) Tim Nagel <[email protected]>
16-
*
17-
* This source file is subject to the MIT license that is bundled
18-
* with this source code in the file LICENSE.
19-
*/
20-
2112
namespace FOS\ElasticaBundle\Tests\Functional;
2213

2314
use FOS\ElasticaBundle\Configuration\IndexConfig;

tests/Functional/IndexableCallbackTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
/**
13-
* This file is part of the FOSElasticaBundle project.
14-
*
15-
* (c) Tim Nagel <[email protected]>
16-
*
17-
* This source file is subject to the MIT license that is bundled
18-
* with this source code in the file LICENSE.
19-
*/
20-
2112
namespace FOS\ElasticaBundle\Tests\Functional;
2213

2314
/**

tests/Functional/MappingToElasticaTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
/**
13-
* This file is part of the FOSElasticaBundle project.
14-
*
15-
* (c) Tim Nagel <[email protected]>
16-
*
17-
* This source file is subject to the MIT license that is bundled
18-
* with this source code in the file LICENSE.
19-
*/
20-
2112
namespace FOS\ElasticaBundle\Tests\Functional;
2213

2314
/**

tests/Functional/PropertyPathTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
/**
13-
* This file is part of the FOSElasticaBundle project.
14-
*
15-
* (c) Tim Nagel <[email protected]>
16-
*
17-
* This source file is subject to the MIT license that is bundled
18-
* with this source code in the file LICENSE.
19-
*/
20-
2112
namespace FOS\ElasticaBundle\Tests\Functional;
2213

2314
use Elastica\Query\Match;

tests/Functional/SerializerTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
/**
13-
* This file is part of the FOSElasticaBundle project.
14-
*
15-
* (c) Tim Nagel <[email protected]>
16-
*
17-
* This source file is subject to the MIT license that is bundled
18-
* with this source code in the file LICENSE.
19-
*/
20-
2112
namespace FOS\ElasticaBundle\Tests\Functional;
2213

2314
/**

tests/Functional/WebTestCase.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
/**
13-
* This file is part of the FOSElasticaBundle project.
14-
*
15-
* (c) Tim Nagel <[email protected]>
16-
*
17-
* This source file is subject to the MIT license that is bundled
18-
* with this source code in the file LICENSE.
19-
*/
20-
2112
namespace FOS\ElasticaBundle\Tests\Functional;
2213

2314
use FOS\ElasticaBundle\Tests\Functional\app\AppKernel;

tests/Unit/Index/AliasProcessorTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
/**
13-
* This file is part of the FOSElasticaBundle project.
14-
*
15-
* (c) Tim Nagel <[email protected]>
16-
*
17-
* For the full copyright and license information, please view the LICENSE
18-
* file that was distributed with this source code.
19-
*/
20-
2112
namespace FOS\ElasticaBundle\Tests\Unit\Index;
2213

2314
use Elastica\Client;

0 commit comments

Comments
 (0)