1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Add return type

This commit is contained in:
Brown 2019-12-11 11:29:26 -05:00
parent e564d67214
commit c9e77d30d6

View File

@ -834,7 +834,7 @@ class TypeParseTest extends TestCase
$this->assertSame($resolved_type->getId(), $docblock_type->getId());
}
public function testEmptyString()
public function testEmptyString() : void
{
$docblock_type = Type::parseString('""|"admin"|"fun"');