Skip to content

Commit 7b51ebb

Browse files
committed
refactor: Minor CS update.
Signed-off-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
1 parent 535bcf2 commit 7b51ebb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Launcher.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
use Symfony\Component\Process\Exception\ProcessFailedException;
1111
use Symfony\Component\Process\Process;
1212

13-
/**
14-
* Class Launcher.
15-
*/
1613
final class Launcher
1714
{
1815
/**
@@ -45,8 +42,6 @@ public static function open(string ...$resources): void
4542
* Get the command to run.
4643
*
4744
* @throws Exception
48-
*
49-
* @return string
5045
*/
5146
private static function getCommand(): string
5247
{

0 commit comments

Comments
 (0)