Skip to content

Commit

Permalink
Merge pull request #5 from williamlewis1996/master
Browse files Browse the repository at this point in the history
Update setOutputFormat method.
  • Loading branch information
patrickschur authored Aug 2, 2020
2 parents 56561ba + 9d448a0 commit 4cb712f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StanfordTagger/StanfordTagger.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function getJavaPath()
return $this->java;
}

public function setOutputFormat(string $format)
public function setOutputFormat(int $format)
{
switch ($format)
{
Expand Down

0 comments on commit 4cb712f

Please sign in to comment.