Skip to content

Commit 6d01a2c

Browse files
Fix CS issue
1 parent f9396b6 commit 6d01a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextUI/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ private function handleListTestsXml(TestSuite $suite, string $target, bool $exit
11941194

11951195
$renderer = new XmlTestListRenderer;
11961196

1197-
file_put_contents($target, $renderer->render($suite));
1197+
\file_put_contents($target, $renderer->render($suite));
11981198

11991199
\printf(
12001200
'Wrote list of tests that would have been run to %s' . \PHP_EOL,

0 commit comments

Comments
 (0)