@@ -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 | protected function setPid($pid) |
147 | 147 | { |
@@ -181,7 +181,7 @@ discard block |
||
181 | 181 | /** |
182 | 182 | * @param int $pid PID of process to resume |
183 | 183 | * |
184 | - * @return Cocur\BackgroundProcess\BackgroundProcess |
|
184 | + * @return BackgroundProcess |
|
185 | 185 | */ |
186 | 186 | static public function createFromPID($pid) { |
187 | 187 | $process = new self(); |