@@ -51,7 +51,6 @@ discard block |
||
51 | 51 | * Performs post-process operation on passed binary and returns the resulting binary. |
52 | 52 | * |
53 | 53 | * @param BinaryInterface $binary |
54 | - * @param array $options |
|
55 | 54 | * |
56 | 55 | * @throws ProcessFailedException |
57 | 56 | * |
@@ -103,7 +102,7 @@ discard block |
||
103 | 102 | abstract protected function doProcess(BinaryInterface $binary, array $options); |
104 | 103 | |
105 | 104 | /** |
106 | - * @param array $arguments |
|
105 | + * @param string[] $arguments |
|
107 | 106 | * @param array $options |
108 | 107 | * |
109 | 108 | * @return ProcessBuilder |
@@ -155,7 +154,7 @@ discard block |
||
155 | 154 | /** |
156 | 155 | * @param BinaryInterface $binary |
157 | 156 | * @param array $options |
158 | - * @param null $prefix |
|
157 | + * @param string $prefix |
|
159 | 158 | * |
160 | 159 | * @return string |
161 | 160 | */ |
@@ -199,7 +198,7 @@ discard block |
||
199 | 198 | |
200 | 199 | /** |
201 | 200 | * @param Process $process |
202 | - * @param array $validReturns |
|
201 | + * @param integer[] $validReturns |
|
203 | 202 | * @param array $errorStrings |
204 | 203 | * |
205 | 204 | * @return bool |
@@ -23,7 +23,6 @@ |
||
23 | 23 | * Performs post-process operation on passed binary and returns the resulting binary. |
24 | 24 | * |
25 | 25 | * @param BinaryInterface $binary |
26 | - * @param array $options |
|
27 | 26 | * |
28 | 27 | * @throws ProcessFailedException |
29 | 28 | * |