1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Suppress PossiblyUnusedMethod

This commit is contained in:
Matthew Brown 2019-02-18 15:54:23 -05:00
parent e87f500458
commit 81a5a24e15

View File

@ -1149,6 +1149,10 @@ class Codebase
{
$this->file_provider->removeTemporaryFileChanges($file_path);
}
/**
* @psalm-suppress PossiblyUnusedMethod
*/
public function isTypeContainedByType(
Type\Union $input_type,
Type\Union $container_type