Skip to content

Commit

Permalink
[TASK] #4 | Remove @author from all classes
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiYang committed Oct 2, 2018
1 parent 9c02ec6 commit ed64bf6
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions Classes/Backend/ToolbarItems/ProjectVersionSlot.php
Expand Up @@ -25,8 +25,6 @@

/**
* Class ProjectVersionSlot
*
* @author Jan Stockfisch <jan@jan-stockfisch.de>
*/
final class ProjectVersionSlot implements SingletonInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Configuration/ExtensionConfiguration.php
Expand Up @@ -22,8 +22,6 @@

/**
* Class ExtensionConfiguration
*
* @author Jan Stockfisch <jan@jan-stockfisch.de>
*/
final class ExtensionConfiguration implements SingletonInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Enumeration/GitCommandEnumeration.php
Expand Up @@ -17,8 +17,6 @@

/**
* Class GitCommandEnumeration
*
* @author Jan Stockfisch <jan@jan-stockfisch.de>
*/
final class GitCommandEnumeration
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Enumeration/ProjectVersionModeEnumeration.php
Expand Up @@ -17,8 +17,6 @@

/**
* Class ProjectVersionModeEnumeration
*
* @author Jan Stockfisch <jan@jan-stockfisch.de>
*/
final class ProjectVersionModeEnumeration
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Facade/CommandUtilityFacade.php
Expand Up @@ -19,8 +19,6 @@

/**
* Class CommandUtilityFacade
*
* @author Jan Stockfisch <j.stockfisch@neusta.de>
*/
class CommandUtilityFacade
{
Expand Down
1 change: 0 additions & 1 deletion Classes/Facade/LocalizationUtilityFacade.php
Expand Up @@ -24,7 +24,6 @@
*
* @see \TYPO3\CMS\Extbase\Utility\LocalizationUtility
* @internal
* @author Jan Stockfisch <jan@jan-stockfisch.de>
*/
class LocalizationUtilityFacade
{
Expand Down
1 change: 0 additions & 1 deletion Classes/Facade/SystemEnvironmentBuilderFacade.php
Expand Up @@ -23,7 +23,6 @@
*
* @see \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder
* @internal
* @author Jan Stockfisch <jan@jan-stockfisch.de>
*/
class SystemEnvironmentBuilderFacade
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Service/ProjectVersion.php
Expand Up @@ -19,8 +19,6 @@

/**
* Class ProjectVersion
*
* @author Jan Stockfisch <jan@jan-stockfisch.de>
*/
class ProjectVersion implements SingletonInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Service/ProjectVersionService.php
Expand Up @@ -25,8 +25,6 @@

/**
* Class ProjectVersionService
*
* @author Jan Stockfisch <jan@jan-stockfisch.de>
*/
class ProjectVersionService implements SingletonInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Tests/Unit/Backend/ToolbarItems/ProjectVersionSlotTest.php
Expand Up @@ -26,8 +26,6 @@

/**
* Class ProjectVersionSlotTest
*
* @author Jan Stockfisch <j.stockfisch@neusta.de>
*/
class ProjectVersionSlotTest extends UnitTestCase
{
Expand Down
2 changes: 0 additions & 2 deletions Tests/Unit/Service/ProjectVersionServiceTest.php
Expand Up @@ -28,8 +28,6 @@

/**
* Class ProjectVersionServiceTest
*
* @author Jan Stockfisch <j.stockfisch@neusta.de>
*/
class ProjectVersionServiceTest extends UnitTestCase
{
Expand Down
2 changes: 0 additions & 2 deletions Tests/Unit/Service/ProjectVersionTest.php
Expand Up @@ -20,8 +20,6 @@

/**
* Class ProjectVersionTest
*
* @author Jan Stockfisch <j.stockfisch@neusta.de>
*/
class ProjectVersionTest extends UnitTestCase
{
Expand Down

0 comments on commit ed64bf6

Please sign in to comment.