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:
parent
e564d67214
commit
c9e77d30d6
@ -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"');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user