Skip to content

Commit 02becb6

Browse files
committed
[CS] Remove @inheritdoc PHPDoc
1 parent b741c49 commit 02becb6

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Legacy/CommandForV7.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,10 @@
1717
use Symfony\Bridge\PhpUnit\SymfonyTestsListener;
1818

1919
/**
20-
* {@inheritdoc}
21-
*
2220
* @internal
2321
*/
2422
class CommandForV7 extends BaseCommand
2523
{
26-
/**
27-
* {@inheritdoc}
28-
*/
2924
protected function createRunner(): BaseRunner
3025
{
3126
$this->arguments['listeners'] ?? $this->arguments['listeners'] = [];

Legacy/CommandForV9.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@
2020
use Symfony\Bridge\PhpUnit\SymfonyTestsListener;
2121

2222
/**
23-
* {@inheritdoc}
24-
*
2523
* @internal
2624
*/
2725
class CommandForV9 extends BaseCommand
2826
{
29-
/**
30-
* {@inheritdoc}
31-
*/
3227
protected function createRunner(): BaseRunner
3328
{
3429
$this->arguments['listeners'] ?? $this->arguments['listeners'] = [];

0 commit comments

Comments
 (0)