Skip to content

Commit

Permalink
example test fix for phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
nephifey committed Apr 27, 2024
1 parent 5e6c433 commit 732cb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class ExampleTest extends TestCase {

public function testMe() {
public function testMe(): void {
$this->assertTrue(true);
}
}

0 comments on commit 732cb55

Please sign in to comment.