Skip to content

Commit aa597cf

Browse files
committed
Drop unused methods
1 parent 7694959 commit aa597cf

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/Command/SymfonyCommandDispatcher.php

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -50,30 +50,6 @@ public function setArguments(array $arguments): CommandDispatcherInterface
5050
return $this;
5151
}
5252

53-
/**
54-
* @return string
55-
*/
56-
public function getBinary(): string
57-
{
58-
return $this->binary;
59-
}
60-
61-
/**
62-
* @return float
63-
*/
64-
public function getTimeout(): float
65-
{
66-
return $this->timeout;
67-
}
68-
69-
/**
70-
* @return string[]
71-
*/
72-
public function getArguments(): array
73-
{
74-
return $this->arguments;
75-
}
76-
7753
/**
7854
* @inheritDoc
7955
*/

0 commit comments

Comments
 (0)