Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 4, 2020
1 parent 37810b5 commit 26a8956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BadFormatTest.php
Expand Up @@ -107,7 +107,7 @@ interface B {}'
$this->analyzeFile('somefile.php', new Context()); $this->analyzeFile('somefile.php', new Context());
} }


public function testBadArray() public function testBadArray() : void
{ {
$this->expectExceptionMessage('ParseError - somefile.php:2'); $this->expectExceptionMessage('ParseError - somefile.php:2');
$this->expectException(\Psalm\Exception\CodeException::class); $this->expectException(\Psalm\Exception\CodeException::class);
Expand Down

0 comments on commit 26a8956

Please sign in to comment.