1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

Remove suppression

This commit is contained in:
Brown 2020-04-28 22:37:20 -04:00
parent 63c190ff83
commit d1b10341de

View File

@ -404,7 +404,6 @@ class ConditionalReturnTypeTest extends TestCase
return $result;
}
/** @psalm-suppress InvalidReturnStatement */
return new Promise($result);
}