Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 7d8bd8e

Browse files
committed
Remove @author annotations
Version control gives us these.
1 parent 00daa1c commit 7d8bd8e

6 files changed

+0
-18
lines changed

test/Resources/ZendModule.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
use Zend\ModuleManager\Feature\ServiceProviderInterface;
1515
use Zend\ServiceManager\Factory\InvokableFactory;
1616

17-
/**
18-
* @author Maximilian Bösing <max@boesing.email>
19-
*/
2017
class ZendModule implements ServiceProviderInterface, ConfigProviderInterface
2118
{
2219
use ServiceManagerConfigurationTrait;

test/Resources/ZendModuleWithInvalidConfiguration.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
namespace ZendTest\ConfigAggregatorModuleManager\Resources;
1212

13-
/**
14-
* @author Maximilian Bösing <max@boesing.email>
15-
*/
1613
class ZendModuleWithInvalidConfiguration
1714
{
1815

test/Resources/ZendModuleWithTraversableConfig.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
use ArrayObject;
1414
use stdClass;
1515

16-
/**
17-
* @author Maximilian Bösing <max@boesing.email>
18-
*/
1916
class ZendModuleWithTraversableConfig
2017
{
2118
use ServiceManagerConfigurationTrait;

test/Resources/ZendModuleWithZendConfig.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
use stdClass;
1414
use Zend\Config\Config;
1515

16-
/**
17-
* @author Maximilian Bösing <max@boesing.email>
18-
*/
1916
class ZendModuleWithZendConfig
2017
{
2118
use ServiceManagerConfigurationTrait;

test/Resources/ZendModuleWithoutImplementingInterfaces.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
use Zend\ModuleManager\Feature\ServiceProviderInterface;
1515
use Zend\ServiceManager\Factory\InvokableFactory;
1616

17-
/**
18-
* @author Maximilian Bösing <max@boesing.email>
19-
*/
2017
class ZendModuleWithoutImplementingInterfaces
2118
{
2219
use ServiceManagerConfigurationTrait;

test/ZendModuleProviderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
use ZendTest\ConfigAggregatorModuleManager\Resources\ZendModuleWithTraversableConfig;
2929
use ZendTest\ConfigAggregatorModuleManager\Resources\ZendModuleWithZendConfig;
3030

31-
/**
32-
* @author Maximilian Bösing <max@boesing.email>
33-
*/
3431
class ZendModuleProviderTest extends TestCase
3532
{
3633
use ServiceManagerConfigurationTrait;

0 commit comments

Comments
 (0)