We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d249cc4 commit 5fe047bCopy full SHA for 5fe047b
src/Goodby/CSV/Import/Tests/Protocol/InterpreterTest.php
@@ -39,6 +39,6 @@ public function testInterpreterInterfaceWillThrownInvalidLexicalException()
39
$line = "INVALID LEXICAL";
40
$url = 'filepath';
41
42
- $interpreter->interpret($line), $url;
+ $interpreter->interpret($line, $url);
43
}
44
0 commit comments