@@ -141,7 +141,7 @@ discard block |
||
141 | 141 | /** |
142 | 142 | * Set the process id. |
143 | 143 | * |
144 | - * @param $pid |
|
144 | + * @param integer $pid |
|
145 | 145 | */ |
146 | 146 | public function setPid($pid) |
147 | 147 | { |
@@ -182,7 +182,7 @@ discard block |
||
182 | 182 | /** |
183 | 183 | * @param int $pid PID of process to resume |
184 | 184 | * |
185 | - * @return Cocur\BackgroundProcess\BackgroundProcess |
|
185 | + * @return BackgroundProcess |
|
186 | 186 | */ |
187 | 187 | static public function createFromPID($pid) { |
188 | 188 | $process = new self(); |