8000 CR suggestion · symfony/symfony@07ac058 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07ac058

Browse files
Luc45nicolas-grekas
andcommitted
CR suggestion
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
1 parent a1a4250 commit 07ac058

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
@@ -80,9 +80,9 @@ class Process implements \IteratorAggregate
8080
private $processPipes;
8181

8282
private $latestSignal;
83+
private $cachedExitCode;
8384

8485
private static $sigchild;
85-
private $cachedExitCode;
8686

8787
/**
8888
* Exit codes translation table.

0 commit comments

Comments
 (0)
0