mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Suppress PossiblyUnusedMethod
This commit is contained in:
parent
e87f500458
commit
81a5a24e15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user