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

Skip to content

Commit 94c72d0

Browse files
fix cs
1 parent 181e99a commit 94c72d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public function wait(callable $callback = null)
402402
*
403403
* @return int|null The process id if running, null otherwise
404404
*/
405-
public function getPid()
405+
public function getPid()
406406
{
407407
return $this->isRunning() ? $this->processInformation['pid'] : null;
408408
}

0 commit comments

Comments
 (0)