Skip to content

Commit 758c303

Browse files
committed
Remove getSubscribedEvents method typehint/inheritDoc
1 parent 92fa974 commit 758c303

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/EventSubscriber/CommandSubscriber.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ public function __construct(
2121
) {
2222
}
2323

24-
/**
25-
* @return array<string, array<int, int|string>>
26-
*/
2724
public static function getSubscribedEvents(): array
2825
{
2926
return [ConsoleEvents::COMMAND => ['onCommand', 999]];

src/EventSubscriber/MessageBusSubscriber.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ public function onHandled(): void
7676
$this->storage->setTransactionId($this->originalTransactionId);
7777
}
7878

79-
/**
80-
* @inheritDoc
81-
*/
8279
public static function getSubscribedEvents(): array
8380
{
8481
return [

src/EventSubscriber/TraceSubscriber.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ public function __construct(
3535
) {
3636
}
3737

38-
/**
39-
* @inheritDoc
40-
*/
4138
public static function getSubscribedEvents(): array
4239
{
4340
return [

0 commit comments

Comments
 (0)