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

Skip to content

Commit 26e9717

Browse files
Fixed PHPDoc Blocks
These ```RunTimeExceptions``` are NOT the native ones, therefor the should not be ```\``` in front of them.
1 parent feff411 commit 26e9717

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
@@ -268,8 +268,8 @@ public function start($callback = null)
268268
*
269269
* @return Process The new process
270270
*
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
273273
*
274274
* @see start()
275275
*/
@@ -296,8 +296,8 @@ public function restart($callback = null)
296296
*
297297
* @return integer The exitcode of the process
298298
*
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
301301
*/
302302
public function wait($callback = null)
303303
{

0 commit comments

Comments
 (0)