Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32a560f

Browse files
committed
merged branch ChristianGaertner/patch-1 (PR #8887)
This PR was submitted for the master branch but it was merged into the 2.2 branch instead (closes #8887). Discussion ---------- [Process] Fixed PHPDoc Blocks These ```RunTimeExceptions``` are NOT the native ones, therefor the should not be ```\``` in front of them. | Q | A | ------------- | --- | Fixed tickets | none | License | MIT Commits ------- 26e9717 Fixed PHPDoc Blocks
2 parents 480dda4 + 6d8e91b commit 32a560f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/Process/Process.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ public function start($callback = null)
289289
*
290290
* @return Process The new process
291291
*
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
294294
*
295295
* @see start()
296296
*/
@@ -317,8 +317,8 @@ public function restart($callback = null)
317317
*
318318
* @return integer The exitcode of the process
319319
*
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
322322
*/
323323
public function wait($callback = null)
324324
{

0 commit comments

Comments
 (0)