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

Do no writing when saving parser cache in tests

This commit is contained in:
Brown 2020-09-14 09:56:39 -04:00 committed by Daniil Gentili
parent 270f9de20a
commit 5e6b158dd9
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -29,4 +29,8 @@ class FakeParserCacheProvider extends \Psalm\Internal\Provider\ParserCacheProvid
public function cacheFileContents(string $file_path, string $file_contents): void
{
}
public function saveFileContentHashes(): void
{
}
}