Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed May 25, 2022
1 parent ca98b27 commit 17a8426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Provider/FileProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function removeTemporaryFileChanges(string $file_path): void

public function openFile(string $file_path): void
{
$this->getContents($file_path, true);
self::$open_files[strtolower($file_path)] = $this->getContents($file_path, true);
}

public function isOpen(string $file_path): bool
Expand Down

0 comments on commit 17a8426

Please sign in to comment.