Fixed PHPDoc Blocks

These ```RunTimeExceptions``` are NOT the native ones, therefor the should not be ```\``` in front of them.
This commit is contained in:
Christian Gärtner 2013-08-30 00:32:35 +02:00 committed by Fabien Potencier
parent 480dda41cf
commit 6d8e91bf4f

View File

@ -289,8 +289,8 @@ class Process
*
* @return Process The new process
*
* @throws \RuntimeException When process can't be launch or is stopped
* @throws \RuntimeException When process is already running
* @throws RuntimeException When process can't be launch or is stopped
* @throws RuntimeException When process is already running
*
* @see start()
*/
@ -317,8 +317,8 @@ class Process
*
* @return integer The exitcode of the process
*
* @throws \RuntimeException When process timed out
* @throws \RuntimeException When process stopped after receiving signal
* @throws RuntimeException When process timed out
* @throws RuntimeException When process stopped after receiving signal
*/
public function wait($callback = null)
{