Skip to content

Commit

Permalink
Merge pull request #5 from diwms/analysis-8wGP99
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
diwms authored Nov 14, 2019
2 parents a14ef12 + 755edb7 commit a4032b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ParseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ public function throwWhenLineDoesNotMatchRegex() : void
{
$this->expectException(Line::class);

$parse = new Parse(new class implements Format
{
$parse = new Parse(new class implements Format {
public function getStringRepresentation() : string
{
return '$this $is $not $valid';
Expand Down

0 comments on commit a4032b4

Please sign in to comment.