Skip to content

Commit ed1317b

Browse files
committed
Removed obsolete comments
1 parent c0a434e commit ed1317b

File tree

102 files changed

+0
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+0
-204
lines changed

src/Collection/CollectionTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
use function iterator_count;
1818

1919
/**
20-
* Trait CollectionTrait
21-
*
2220
* @package App\Collection
2321
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
2422
*/

src/Command/Traits/ApiKeyUserManagementHelperTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
use Throwable;
1515

1616
/**
17-
* Trait ApiKeyUserManagementHelperTrait
18-
*
1917
* @package App\Command\Traits
2018
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
2119
*/

src/Command/Traits/ExecuteMultipleCommandTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
use function array_values;
1919

2020
/**
21-
* Trait ExecuteMultipleCommandTrait
22-
*
2321
* @package App\Command\Traits
2422
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
2523
*/

src/Command/Traits/GetApplicationTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
use Symfony\Component\Console\Exception\RuntimeException;
1313

1414
/**
15-
* Trait GetApplicationTrait
16-
*
1715
* @package App\Command\Traits
1816
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
1917
*/

src/Command/Traits/SymfonyStyleTrait.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
use Symfony\Component\Console\Style\SymfonyStyle;
1414

1515
/**
16-
* Trait SymfonyStyleTrait
17-
*
1816
* @package App\Command\Traits
1917
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
2018
*/

src/DTO/RestDtoInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
use Throwable;
1313

1414
/**
15-
* Interface RestDtoInterface
16-
*
1715
* @package App\DTO
1816
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
1917
*/

src/DTO/Traits/PatchUserGroups.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
use function array_map;
1414

1515
/**
16-
* Trait PatchUserGroups
17-
*
1816
* @package App\DTO\Traits
1917
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
2018
*/

src/Entity/Interfaces/EntityInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
use DateTimeImmutable;
1212

1313
/**
14-
* Interface EntityInterface
15-
*
1614
* @package App\Entity
1715
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
1816
*/

src/Entity/Interfaces/UserGroupAwareInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
use Doctrine\Common\Collections\Collection;
1414

1515
/**
16-
* Interface UserGroupAwareInterface
17-
*
1816
* @package App\Entity
1917
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
2018
*/

src/Entity/Interfaces/UserInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
namespace App\Entity\Interfaces;
1010

1111
/**
12-
* Interface UserInterface
13-
*
1412
* @package App\Entity
1513
* @author TLe, Tarmo Leppänen <tarmo.leppanen@pinja.com>
1614
*/

0 commit comments

Comments
 (0)