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 @@ -268,8 +268,8 @@ public function start($callback = null)
268
268
*
269
269
* @return Process The new process
270
270
*
271
- * @throws \ RuntimeException When process can't be launch or is stopped
272
- * @throws \ RuntimeException When process is already running
271
+ * @throws RuntimeException When process can't be launch or is stopped
272
+ * @throws RuntimeException When process is already running
273
273
*
274
274
* @see start()
275
275
*/
@@ -296,8 +296,8 @@ public function restart($callback = null)
296
296
*
297
297
* @return integer The exitcode of the process
298
298
*
299
- * @throws \ RuntimeException When process timed out
300
- * @throws \ RuntimeException When process stopped after receiving signal
299
+ * @throws RuntimeException When process timed out
300
+ * @throws RuntimeException When process stopped after receiving signal
301
301
*/
302
302
public function wait ($ callback = null )
303
303
{
You can’t perform that action at this time.
0 commit comments