We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b741c49 commit 02becb6Copy full SHA for 02becb6
Legacy/CommandForV7.php
@@ -17,15 +17,10 @@
17
use Symfony\Bridge\PhpUnit\SymfonyTestsListener;
18
19
/**
20
- * {@inheritdoc}
21
- *
22
* @internal
23
*/
24
class CommandForV7 extends BaseCommand
25
{
26
- /**
27
28
- */
29
protected function createRunner(): BaseRunner
30
31
$this->arguments['listeners'] ?? $this->arguments['listeners'] = [];
Legacy/CommandForV9.php
@@ -20,15 +20,10 @@
class CommandForV9 extends BaseCommand
32
33
34
0 commit comments