Skip to content

Commit 6f347b2

Browse files
authored
Merge pull request #2840 from tarlepp/chore(deps)/dependency-update
Chore(deps) - Dependency update
2 parents 986dacb + ed1317b commit 6f347b2

File tree

118 files changed

+367
-550
lines changed

Some content is hidden

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

118 files changed

+367
-550
lines changed

composer.lock

Lines changed: 21 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
*/

0 commit comments

Comments
 (0)