Skip to content

Commit

Permalink
Merge pull request #53 from voku/analysis-ZlrVKa
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
voku committed Aug 23, 2020
2 parents e7ded5f + bb90433 commit d3caa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AsciiTest.php
Expand Up @@ -245,7 +245,7 @@ public function testNewLineToAscii()

// ---

$str = "盲-枚-眉";
$str = '盲-枚-眉';
static::assertSame('ae-oe-ue', ASCII::to_ascii($str, 'de', true));
}

Expand Down

0 comments on commit d3caa33

Please sign in to comment.