Skip to content

Commit

Permalink
Tests/ASN1: Void return types weren't supported until PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Jan 24, 2025
1 parent a02712f commit 604ef70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/File/ASN1Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public function testApplicationTag()
$this->assertSame($data, $arr);
}

public function testBigApplicationTag(): void
public function testBigApplicationTag()
{
$map = [
'type' => ASN1::TYPE_SEQUENCE,
Expand Down

0 comments on commit 604ef70

Please sign in to comment.