Skip to content

Commit 8d20c34

Browse files
committed
single quotes
1 parent 9b15663 commit 8d20c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function format($result)
4545

4646
$interactive = true;
4747

48-
if (in_array("-n", $argv, true)) {
48+
if (in_array('-n', $argv, true)) {
4949
$interactive = false;
5050
}
5151

0 commit comments

Comments
 (0)