8000 Fix CS · symfony/symfony@c45c8cd · GitHub
[go: up one dir, main page]

Skip to content

Commit c45c8cd

Browse files
authored
Fix CS
1 parent 3cad52d commit c45c8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Pipes/AbstractPipes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct($input)
4747
public function close()
4848
{
4949
foreach ($this->pipes as $pipe) {
50-
if (is_resource($pipe)) {
50+
if (\is_resource($pipe)) {
5151
fclose($pipe);
5252
}
5353
}

0 commit comments

Comments
 (0)
0