mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
phpcs
This commit is contained in:
parent
82d8974fe3
commit
a13ad3cf4a
@ -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],
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user