1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Bump parser version

This commit is contained in:
Matthew Brown 2017-10-07 15:06:47 -04:00
parent beea51d7bf
commit 7ebffbcd2d

View File

@ -26,7 +26,7 @@ class StatementsProvider
$from_cache = false;
$version = 'parsercache4';
$version = 'parsercache5';
$file_contents = $file_provider->getContents($file_path);
$modified_time = $file_provider->getModifiedTime($file_path);