1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
Andrew Nagy 2022-12-20 20:58:15 +00:00
parent 82d8974fe3
commit a13ad3cf4a

View File

@ -77,7 +77,7 @@ class FileProvider
if (isset($this->temp_files[$file_path])) {
$this->temp_files[$file_path] = [
'version'=> null,
'content' => $file_contents
'content' => $file_contents,
];
}
@ -141,7 +141,7 @@ class FileProvider
unset(
$this->temp_files[$file_path],
self::$open_files[$file_path],
$this->open_files_paths[$file_path]
$this->open_files_paths[$file_path],
);
}