Skip to content

Commit

Permalink
Fix linting for PHP <7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlherren authored and ondrejmirtes committed Oct 12, 2020
1 parent 4d653bd commit 080f1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Type/UnionTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ public function testSorting(): void

$this->assertTrue(
$type1->equals($type2),
'UnionType sorting always produces the same order',
'UnionType sorting always produces the same order'
);
}

Expand Down

0 comments on commit 080f1bc

Please sign in to comment.