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 7694959 commit aa597cfCopy full SHA for aa597cf
src/Command/SymfonyCommandDispatcher.php
@@ -50,30 +50,6 @@ public function setArguments(array $arguments): CommandDispatcherInterface
50
return $this;
51
}
52
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
77
/**
78
* @inheritDoc
79
*/
0 commit comments