We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b15663 commit 8d20c34Copy full SHA for 8d20c34
repl.php
@@ -45,7 +45,7 @@ function format($result)
45
46
$interactive = true;
47
48
-if (in_array("-n", $argv, true)) {
+if (in_array('-n', $argv, true)) {
49
$interactive = false;
50
}
51
0 commit comments