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

Skip to content

Commit 6d8e91b

Browse files
ChristianGaertnerfabpot
authored andcommitted
Fixed PHPDoc Blocks
These ```RunTimeExceptions``` are NOT the native ones, therefor the should not be ```\``` in front of them.
1 parent 480dda4 commit 6d8e91b

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)