Skip to content

Commit a117e5e

Browse files
committed
Removed obsolete comments
1 parent 03250dc commit a117e5e

File tree

14 files changed

+0
-28
lines changed

14 files changed

+0
-28
lines changed

src/Command/User/ManagementCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class ManagementCommand extends Command
2626
use ExecuteMultipleCommandTrait;
2727

2828
/**
29-
* ManagementCommand constructor.
30-
*
3129
* @throws LogicException
3230
*/
3331
public function __construct()

src/Entity/ApiKey.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ class ApiKey implements EntityInterface, UserGroupAwareInterface
125125
private Collection | ArrayCollection $logsRequest;
126126

127127
/**
128-
* ApiKey constructor.
129-
*
130128
* @throws Throwable
131129
*/
132130
public function __construct()

src/Entity/Healthz.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ class Healthz implements EntityInterface
5757
private DateTimeImmutable $timestamp;
5858

5959
/**
60-
* Healthz constructor.
61-
*
6260
* @throws Throwable
6361
*/
6462
public function __construct()

src/Entity/LogLogin.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ class LogLogin implements EntityInterface
222222
private ?string $model = null;
223223

224224
/**
225-
* LogLogin constructor.
226-
*
227225
* @throws Throwable
228226
*/
229227
public function __construct(

src/Entity/LogLoginFailure.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class LogLoginFailure implements EntityInterface
6363
private DateTimeImmutable $timestamp;
6464

6565
/**
66-
* LogLoginFailure constructor.
67-
*
6866
* @throws Throwable
6967
*/
7068
public function __construct(

src/Entity/LogRequest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ class LogRequest implements EntityInterface
106106
private bool $mainRequest;
107107

108108
/**
109-
* LogRequest constructor.
110-
*
111109
* @param array<int, string> $sensitiveProperties
112110
*
113111
* @throws Throwable

src/EventSubscriber/RequestLogSubscriber.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
class RequestLogSubscriber implements EventSubscriberInterface
3333
{
3434
/**
35-
* RequestLogSubscriber constructor.
36-
*
3735
* @param array<int, string> $ignoredRoutes
3836
*/
3937
public function __construct(

src/Resource/ResourceCollection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ class ResourceCollection implements Countable
3333
use CollectionTrait;
3434

3535
/**
36-
* Collection constructor.
37-
*
3836
* @param IteratorAggregate<int, RestResourceInterface> $items
3937
*/
4038
public function __construct(

src/Rest/ControllerCollection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class ControllerCollection implements Countable
3131
use CollectionTrait;
3232

3333
/**
34-
* Collection constructor.
35-
*
3634
* @phpstan-param IteratorAggregate<int, ControllerInterface> $items
3735
*/
3836
public function __construct(

src/Security/Interfaces/ApiKeyUserInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
interface ApiKeyUserInterface
1818
{
1919
/**
20-
* ApiKeyUser constructor.
21-
*
2220
* @param array<int, string> $roles
2321
*/
2422
public function __construct(ApiKey $apiKey, array $roles);

0 commit comments

Comments
 (0)