File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Component/Process Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -289,8 +289,8 @@ public function start($callback = null)
289
289
*
290
290
* @return Process The new process
291
291
*
292
- * @throws \ RuntimeException When process can't be launch or is stopped
293
- * @throws \ RuntimeException When process is already running
292
+ * @throws RuntimeException When process can't be launch or is stopped
293
+ * @throws RuntimeException When process is already running
294
294
*
295
295
* @see start()
296
296
*/
@@ -317,8 +317,8 @@ public function restart($callback = null)
317
317
*
318
318
* @return integer The exitcode of the process
319
319
*
320
- * @throws \ RuntimeException When process timed out
321
- * @throws \ RuntimeException When process stopped after receiving signal
320
+ * @throws RuntimeException When process timed out
321
+ * @throws RuntimeException When process stopped after receiving signal
322
322
*/
323
323
public function wait ($ callback = null )
324
324
{
You can’t perform that action at this time.
0 commit comments